Nevron .NET Vision
Nevron.UI Namespace / NGlyphShape Class / GlyphFillStyle Property


In This Topic
    GlyphFillStyle Property
    In This Topic
    Gets/sets the fill style for the glyph.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorAttribute(Nevron.UI.NNullableAppearanceStyleTypeEditor, System.Drawing.Design.UITypeEditor)>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the fill style for the glyph.")>
    Public Property GlyphFillStyle As NFillStyle
    'Usage
     
    
    Dim instance As NGlyphShape
    Dim value As NFillStyle
     
    instance.GlyphFillStyle = value
     
    value = instance.GlyphFillStyle
    [System.ComponentModel.Editor(Nevron.UI.NNullableAppearanceStyleTypeEditor, System.Drawing.Design.UITypeEditor)]
    [System.ComponentModel.Description("Gets/sets the fill style for the glyph.")]
    public NFillStyle GlyphFillStyle {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