ShadowEffect Class

ShadowEffect class

This class specifies the shadow effect of the chart element or shape.


type ShadowEffect struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetPresetTypeGets and sets the preset shadow type of the shadow.
SetPresetTypeGets and sets the preset shadow type of the shadow.
GetColorGets and sets the color of the shadow.
SetColorGets and sets the color of the shadow.
GetTransparencyGets and sets the degree of transparency of the shadow. Range from 0.0 (opaque) to 1.0 (clear).
SetTransparencyGets and sets the degree of transparency of the shadow. Range from 0.0 (opaque) to 1.0 (clear).
GetSizeGets and sets the size of the shadow. Range from 0 to 2.0.Meaningless in inner shadow.
SetSizeGets and sets the size of the shadow. Range from 0 to 2.0.Meaningless in inner shadow.
GetBlurGets and sets the blur of the shadow. Range from 0 to 100 points.
SetBlurGets and sets the blur of the shadow. Range from 0 to 100 points.
GetAngleGets and sets the lighting angle. Range from 0 to 359.9 degrees.
SetAngleGets and sets the lighting angle. Range from 0 to 359.9 degrees.
GetDistanceGets and sets the distance of the shadow. Range from 0 to 200 points.
SetDistanceGets and sets the distance of the shadow. Range from 0 to 200 points.