Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / MsoShadowType Enumeration


MsoShadowType Enumeration
mso shadow type
Syntax
'Declaration
 
Public Enum MsoShadowType 
   Inherits System.Enum
 
'Usage
 
Dim instance As MsoShadowType
Members
MemberDescription
MSO_SHADOW_DOUBLEUse second offset too
MSO_SHADOW_DRAWINGPerspective shadow cast in drawing space
MSO_SHADOW_EMBOSSORENGRAVEShado emboss or engrave
MSO_SHADOW_OFFSETN pixel offset shadow
MSO_SHADOW_RICHRich perspective shadow (cast relative to shape)
MSO_SHADOW_SHAPERich perspective shadow (cast in shape space)
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Excel.MsoShadowType

See Also