VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ImageViewer Class / FocusedImageAppearance Property
Syntax Requirements SeeAlso
In This Topic
    FocusedImageAppearance Property (ImageViewer)
    In This Topic
    Gets or sets the appearance of the focused image.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    <ReadOnlyAttribute(True)>
    Public Property FocusedImageAppearance As ThumbnailAppearance
    
    
    [Browsable(False)]
    [ReadOnly(True)]
    public ThumbnailAppearance FocusedImageAppearance { get; set; }
    
    
    [Browsable(False)]
    [ReadOnly(True)]
    public: __property ThumbnailAppearance* get_FocusedImageAppearance();
    public: __property void set_FocusedImageAppearance(
    ThumbnailAppearance* value
    );
    [Browsable(False)]
    [ReadOnly(True)]
    public:
    property ThumbnailAppearance^ FocusedImageAppearance { ThumbnailAppearance^ get(); void set(ThumbnailAppearance^ value); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also