Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / LineShape Class / ShapeOutlineThickness Property


In This Topic
    ShapeOutlineThickness Property (LineShape)
    In This Topic
    Gets or sets the shape outline thickness (line thickness) for the object.
    Syntax
    'Declaration
     
    
    Public Overrides Property ShapeOutlineThickness As Single
    'Usage
     
    
    Dim instance As LineShape
    Dim value As Single
     
    instance.ShapeOutlineThickness = value
     
    value = instance.ShapeOutlineThickness
    public override float ShapeOutlineThickness {get; set;}
    See Also