ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearThumbnailCtl Class / FontStyle Property




In This Topic
    FontStyle Property (ImGearThumbnailCtl)
    In This Topic
    Gets or sets title's font style.
    Syntax
    'Declaration
     
    <CategoryAttribute("Title font")>
    <DescriptionAttribute("Determines title font style.")>
    <ImGearFilterAttribute("Default")>
    Public Shadows Property FontStyle As FontStyle
    'Usage
     
    Dim instance As ImGearThumbnailCtl
    Dim value As FontStyle
     
    instance.FontStyle = value
     
    value = instance.FontStyle
    [Category("Title font")]
    [Description("Determines title font style.")]
    [ImGearFilter("Default")]
    public new FontStyle FontStyle {get; set;}
    [Category("Title font")]
    [Description("Determines title font style.")]
    [ImGearFilter("Default")]
    public: __property new FontStyle get_FontStyle();
    public: __property new void set_FontStyle( 
       FontStyle value
    );
    [Category("Title font")]
    [Description("Determines title font style.")]
    [ImGearFilter("Default")]
    public:
    new property FontStyle FontStyle {
       FontStyle get();
       void set (    FontStyle value);
    }

    Property Value

    FontStyle value.
    See Also