Nevron .NET Vision
Nevron.UI Namespace / NGlyphCheckElement Class / GlyphMargins Property


In This Topic
    GlyphMargins Property (NGlyphCheckElement)
    In This Topic
    Gets/sets the spacing between the glyph's bounding box and other content.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets the spacing between the glyph's bounding box and other content.")>
    Public Overridable Property GlyphMargins As NPadding
    'Usage
     
    
    Dim instance As NGlyphCheckElement
    Dim value As NPadding
     
    instance.GlyphMargins = value
     
    value = instance.GlyphMargins
    [System.ComponentModel.Description("Gets/sets the spacing between the glyph's bounding box and other content.")]
    public virtual NPadding GlyphMargins {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