[]
Represents shadow parameters.
public class ChartVisualEffectsStyle.ShadowStyle : ChartPropertyBagObject, INotifyPropertyChanged, IC1Serializable
Name | Description |
---|---|
ShadowStyle(ChartVisualEffectsStyle) | Initializes a new instance of ChartVisualEffectsStyle.ShadowStyle object. |
Name | Description |
---|---|
Offset | Gets or sets the shadow offset. |
Soft | Gets or sets a value indicating whether the shadow has soft shape. |
Transparency | Gets or sets the shadow transparency. |
Name | Description |
---|---|
ResetOffset() | Resets the Offset to default state. |
ResetSoft() | Resets the Soft to default state. |
ResetTransparency() | Resets the Transparency to default state. |
ShouldSerializeOffset() | Returns false if Offset is in default state. |
ShouldSerializeSoft() | Returns false if Soft is in default state. |
ShouldSerializeTransparency() | Returns false if Transparency is in default state. |