Aspose::Words::Drawing::GlowFormat class

GlowFormat class

Represents the glow formatting for an object.

class GlowFormat : public System::Object

Methods

MethodDescription
get_Color()Gets a Color object that represents the color for a glow effect. The default value is Black.
get_Radius()Gets a double value that represents the length of the radius for a glow effect in points (pt). The default value is 0.0.
get_Transparency()Gets the degree of transparency for the glow effect as a value between 0.0 (opaque) and 1.0 (clear). The default value is 0.0.
GetType() const override
Is(const System::TypeInfo&) const override
Remove()Removes GlowFormat from the parent object.
set_Color(System::Drawing::Color)Sets a Color object that represents the color for a glow effect. The default value is Black.
set_Radius(double)Sets a double value that represents the length of the radius for a glow effect in points (pt). The default value is 0.0.
set_Transparency(double)Sets the degree of transparency for the glow effect as a value between 0.0 (opaque) and 1.0 (clear). The default value is 0.0.
static Type()

Remarks

Use the Glow property to access glow properties of an object. You do not create instances of the GlowFormat class directly.

See Also