Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / Shadow Structure / Distance Property

In This Topic
    Distance Property
    In This Topic
    Gets 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.
    Syntax
    'Declaration
     
    Public Property Distance As Unit
    public Unit Distance {get; set;}
    See Also