Nevron .NET Vision
Nevron.GraphicsCore Namespace / NCapStyle Class / Offset Property


In This Topic
    Offset Property (NCapStyle)
    In This Topic
    Gets/sets the offset of the cap from the line begin or end point
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Size")>
    <System.ComponentModel.DescriptionAttribute("Controls the offset of the cap from the line begin or end point")>
    Public Property Offset As NLength
    'Usage
     
    
    Dim instance As NCapStyle
    Dim value As NLength
     
    instance.Offset = value
     
    value = instance.Offset
    [System.ComponentModel.Category("Size")]
    [System.ComponentModel.Description("Controls the offset of the cap from the line begin or end point")]
    public NLength Offset {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