PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / Shadow Structure
Properties


In This Topic
    Shadow Structure Members
    In This Topic

    The following tables list the members exposed by Shadow.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Shadow structure, assigning Transparency, Size, Distance and Angle values.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the angle, in degrees, of the shadow. The angle is measured relative to the three o'clock position clockwise.  
    Public PropertyGets or sets the expression used to calculate Angle.  
    Public PropertyGets or sets the color of the shadow.  
    Public PropertyGets or sets the expression used to calculate Color.  
    Public PropertyGets or sets the distance that the shadow's center is offset from the the object's center. Note that only absolute Unit values (such as "0.5in" or "4mm") can be assigned to this property.  
    Public PropertyGets or sets the expression used to calculate Distance.  
    Public PropertyGets or sets the size of the shadow relative to the size of the object, in percent. A value of 100 indicates that the shadow has the same size as the object.  
    Public PropertyGets or sets the expression used to calculate Size.  
    Public PropertyGets or sets the transparency of the shadow, in percent. A value of 0 defines a solid (non-transparent) shadow, a value of 100 defines a fully transparent (invisible) shadow.  
    Public PropertyGets or sets the expression used to calculate Transparency.  
    Top
    See Also