Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Entities Namespace / MultilineText Class / WidthFactors Property

In This Topic
    WidthFactors Property (MultilineText)
    In This Topic
    Gets or sets the width factor for each line of text.
    Syntax
    'Declaration
     
    Public Property WidthFactors As Double()
    public double[] WidthFactors {get; set;}
    Remarks
    If null or -1, the value is inherited from the devDept.Eyeshot.TextStyle.WidthFactor.
    See Also