ImageGear for .NET
FontStretch Property




Gets or sets title's font stretch.
Syntax
'Declaration
 
<ImGearFilterAttribute()>
<DescriptionAttribute("Determines title font stretch.")>
<CategoryAttribute("Title font")>
Public Shadows Property FontStretch As FontStretch
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As FontStretch
 
instance.FontStretch = value
 
value = instance.FontStretch
[ImGearFilterAttribute()]
[DescriptionAttribute("Determines title font stretch.")]
[CategoryAttribute("Title font")]
public new FontStretch FontStretch {get; set;}
[ImGearFilterAttribute()]
[DescriptionAttribute("Determines title font stretch.")]
[CategoryAttribute("Title font")]
public: __property new FontStretch get_FontStretch();
public: __property new void set_FontStretch( 
   FontStretch value
);
[ImGearFilterAttribute()]
[DescriptionAttribute("Determines title font stretch.")]
[CategoryAttribute("Title font")]
public:
new property FontStretch FontStretch {
   FontStretch get();
   void set (    FontStretch value);
}

Property Value

FontStretch value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback