Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Dimension Class / TextGap Property

In This Topic
    TextGap Property (Dimension)
    In This Topic
    Gets or sets the gap (in world units) between the dimension line and the text.
    Syntax
    'Declaration
     
    Public Property TextGap As Double
    public double TextGap {get; set;}
    Remarks
    Call Regen after changing this value.
    See Also