Nevron .NET Vision
Nevron.UI Namespace / NThemeStyle Class / TextFillStyle Property


In This Topic
    TextFillStyle Property
    In This Topic
    Gets/sets the text fill style.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets the text fill style.")>
    <System.ComponentModel.EditorAttribute(Nevron.UI.NNullableAppearanceStyleTypeEditor, System.Drawing.Design.UITypeEditor)>
    Public Property TextFillStyle As NFillStyle
    'Usage
     
    
    Dim instance As NThemeStyle
    Dim value As NFillStyle
     
    instance.TextFillStyle = value
     
    value = instance.TextFillStyle
    [System.ComponentModel.Description("Gets/sets the text fill style.")]
    [System.ComponentModel.Editor(Nevron.UI.NNullableAppearanceStyleTypeEditor, System.Drawing.Design.UITypeEditor)]
    public NFillStyle TextFillStyle {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also