VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.UI Namespace / WpfThumbnailViewer Class / ThumbnailFlowStyle Property
Синтаксис Требования Смотрите также
В этом разделе
    ThumbnailFlowStyle Свойство (WpfThumbnailViewer)
    В этом разделе
    Возвращает или задает стиль расположения миниатюр. Это свойство зависимости.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("VintaSoft")>
    <DefaultValueAttribute(SingleColumn)>
    <DescriptionAttribute("The style of thumbnails arrangement. This is a dependency property.")>
    Public Property ThumbnailFlowStyle As Vintasoft.Imaging.UI.ThumbnailFlowStyle
    
    
    [Category("VintaSoft")]
    [DefaultValue(SingleColumn)]
    [Description("The style of thumbnails arrangement. This is a dependency property.")]
    public Vintasoft.Imaging.UI.ThumbnailFlowStyle ThumbnailFlowStyle { get; set; }
    
    
    [Category("VintaSoft")]
    [DefaultValue(SingleColumn)]
    [Description("The style of thumbnails arrangement. This is a dependency property.")]
    public: __property Vintasoft.Imaging.UI.ThumbnailFlowStyle get_ThumbnailFlowStyle();
    public: __property void set_ThumbnailFlowStyle(
    Vintasoft.Imaging.UI.ThumbnailFlowStyle value
    );
    [Category("VintaSoft")]
    [DefaultValue(SingleColumn)]
    [Description("The style of thumbnails arrangement. This is a dependency property.")]
    public:
    property Vintasoft.Imaging.UI.ThumbnailFlowStyle ThumbnailFlowStyle { Vintasoft.Imaging.UI.ThumbnailFlowStyle get(); void set(Vintasoft.Imaging.UI.ThumbnailFlowStyle value); }

    Property Value

    Значение по умолчанию - ThumbnailFlowStyle.SingleColumn.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также