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




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

    Property Value

    FontStretch value.
    See Also