ImageGear .NET
FontWeight Property




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

Property Value

FontStyle value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback