ShadowEffect Class
Contents
[
Hide
]ShadowEffect class
This class specifies the shadow effect of the chart element or shape.
type ShadowEffect struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetPresetType | Gets and sets the preset shadow type of the shadow. |
SetPresetType | Gets and sets the preset shadow type of the shadow. |
GetColor | Gets and sets the color of the shadow. |
SetColor | Gets and sets the color of the shadow. |
GetTransparency | Gets and sets the degree of transparency of the shadow. Range from 0.0 (opaque) to 1.0 (clear). |
SetTransparency | Gets and sets the degree of transparency of the shadow. Range from 0.0 (opaque) to 1.0 (clear). |
GetSize | Gets and sets the size of the shadow. Range from 0 to 2.0.Meaningless in inner shadow. |
SetSize | Gets and sets the size of the shadow. Range from 0 to 2.0.Meaningless in inner shadow. |
GetBlur | Gets and sets the blur of the shadow. Range from 0 to 100 points. |
SetBlur | Gets and sets the blur of the shadow. Range from 0 to 100 points. |
GetAngle | Gets and sets the lighting angle. Range from 0 to 359.9 degrees. |
SetAngle | Gets and sets the lighting angle. Range from 0 to 359.9 degrees. |
GetDistance | Gets and sets the distance of the shadow. Range from 0 to 200 points. |
SetDistance | Gets and sets the distance of the shadow. Range from 0 to 200 points. |