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




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

    Property Value

    FontStyle value.
    See Also