ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Canvas Namespace / DrawingShape Class / IsShadow Property

In This Topic
    IsShadow Property (DrawingShape)
    In This Topic
    Gets or sets true if drawing shape has shadow, otherwise false.
    Syntax
    'Declaration
     
    Public Property IsShadow As Boolean
    public bool IsShadow {get; set;}
    See Also