ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Canvas Namespace / ShadowType Enumeration

In This Topic
    ShadowType Enumeration
    In This Topic
    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.WPF.Word.Canvas.ShadowType

    See Also