C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.Canvas Namespace / ShadowType Enumeration

ShadowType Enumeration
Specifies shadows for DrawingShape.
Syntax
'Declaration
 
Public Enum ShadowType 
   Inherits 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.WPF.Word.Canvas.ShadowType

See Also