[]
The abstract base class that represents a shadow effect that can be applied to an object.
public abstract class ShadowBase : FormattingBag
Gets or sets the direction of the shadow.
The default is 0.
The value range from 0 to 359.9.
public float Angle { get; set; }
Gets the shadow color.
public SolidColor Color { get; }
Gets or sets how far to offset the shadow.
The default is 0.
The value range from 0 to 200.
public float Distance { get; set; }
public override bool Equals(object fmt)
fmt
objectFixes all inherited values as "direct" values for this instance.
protected override void FixInheritedValues()
public override int GetHashCode()
Resets the shadow to inherited defaults.
public void Reset()