Nevron .NET Vision
Nevron.UI Namespace / NCaptionElement Class / ButtonsMargins Property


In This Topic
    ButtonsMargins Property
    In This Topic
    Gets/sets the NPadding object which controls the outer spacing of the buttons within the rect occupied by them.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets the NPadding object which controls the inner spacing of the buttons within the rect occupied by them.")>
    Public Property ButtonsMargins As NPadding
    'Usage
     
    
    Dim instance As NCaptionElement
    Dim value As NPadding
     
    instance.ButtonsMargins = value
     
    value = instance.ButtonsMargins
    [System.ComponentModel.Description("Gets the NPadding object which controls the inner spacing of the buttons within the rect occupied by them.")]
    public NPadding ButtonsMargins {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