Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Text Class / WidthFactor Property

In This Topic
    WidthFactor Property (Text)
    In This Topic
    Gets or sets the text width factor.
    Syntax
    'Declaration
     
    Public Overridable Property WidthFactor As Double
    public virtual double WidthFactor {get; set;}
    Remarks
    Call devDept.Eyeshot.EntityList.Regen after changing this value.If -1, the value is inherited from the devDept.Eyeshot.TextStyle.WidthFactor.
    See Also