Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ColoredLine Class / Width Property

In This Topic
    Width Property (ColoredLine)
    In This Topic
    Gets or sets the line width.

    Allowed values are from -0 to 1584, inclusive.

    Default value is 0.

    Syntax
    'Declaration
     
    Public Property Width As System.Single
    public System.float Width {get; set;}
    See Also