Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / PresetShadow Class / Type Property

In This Topic
    Type Property (PresetShadow)
    In This Topic
    Gets or sets the shadow preset type.

    The default value is PresetShadowType.NoShadow.

    Syntax
    'Declaration
     
    Public Property Type As PresetShadowType
    public PresetShadowType Type {get; set;}
    See Also