ComponentOne Word for UWP
ShadowType Enumeration

C1.UWP.Word Assembly > C1.Xaml.Word.Canvas Namespace : ShadowType Enumeration
Specifies shadows for DrawingShape.
Syntax
'Declaration
 
Public Enum ShadowType 
   Inherits System.Enum
public enum ShadowType : System.Enum 
Members
MemberDescription
DoubleUse second offset too.
DrawingPerspective shadow cast in drawing space.
EmbossEmboss or engrave shadow.
OffsetN pixel offset shadow.
RichRich perspective shadow (cast relative to shape).
ShapeRich perspective shadow (cast in shape space).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.Word.Canvas.ShadowType

See Also

Reference

C1.Xaml.Word.Canvas Namespace