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