Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / BannerShape Class / ShapeOutlineThickness Property


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