Nevron .NET Vision
Nevron.GraphicsCore Namespace / NImageFrameStyle Class / CornerMargins Property


In This Topic
    CornerMargins Property
    In This Topic
    The tube margins the image frame.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Dimensions")>
    <System.ComponentModel.DescriptionAttribute("The corner margins of the image frame.")>
    Public Property CornerMargins As NMarginsL
    'Usage
     
    
    Dim instance As NImageFrameStyle
    Dim value As NMarginsL
     
    instance.CornerMargins = value
     
    value = instance.CornerMargins
    [System.ComponentModel.Category("Dimensions")]
    [System.ComponentModel.Description("The corner margins of the image frame.")]
    public NMarginsL CornerMargins {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