Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TextShape Class / ShouldSerializeShadowOffsetY Method


In This Topic
    ShouldSerializeShadowOffsetY Method (TextShape)
    In This Topic
    Determines if the ShadowOffsetX property should be serialized.
    Syntax
    'Declaration
     
    
    Public Overridable Function ShouldSerializeShadowOffsetY() As Boolean
    'Usage
     
    
    Dim instance As TextShape
    Dim value As Boolean
     
    value = instance.ShouldSerializeShadowOffsetY()
    public virtual bool ShouldSerializeShadowOffsetY()
    See Also