PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / Shadow Structure / Distance Property

In This Topic
    Distance Property (Shadow)
    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