ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailList Class / ItemCaptionForeground Property




In This Topic
    ItemCaptionForeground Property
    In This Topic
    Gets or sets the Brush that specifies how the foreground of the Caption of thumbnail items is painted.
    Syntax
    'Declaration
     
    Public Property ItemCaptionForeground As Brush
    'Usage
     
    Dim instance As ImGearThumbnailList
    Dim value As Brush
     
    instance.ItemCaptionForeground = value
     
    value = instance.ItemCaptionForeground
    public Brush ItemCaptionForeground {get; set;}
    public: __property Brush* get_ItemCaptionForeground();
    public: __property void set_ItemCaptionForeground( 
       Brush* value
    );
    public:
    property Brush^ ItemCaptionForeground {
       Brush^ get();
       void set (    Brush^ value);
    }

    Property Value

    System.Windows.Media.Brush value.
    See Also