Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / BannerShape Class / ShouldSerializeShapeOutlineThickness Method


In This Topic
    ShouldSerializeShapeOutlineThickness Method (BannerShape)
    In This Topic
    Determines if the shape outline thickness should be serialized.
    Syntax
    'Declaration
     
    
    Public Overridable Function ShouldSerializeShapeOutlineThickness() As Boolean
    'Usage
     
    
    Dim instance As BannerShape
    Dim value As Boolean
     
    value = instance.ShouldSerializeShapeOutlineThickness()
    public virtual bool ShouldSerializeShapeOutlineThickness()
    See Also