Aspose::Page::XPS::XpsModel::XpsGradientStop class
XpsGradientStop class
Class incapsulating GradientStop element features. This element is used by both the LinearGradientBrush and RadialGradientBrush elements to define the location and range of color progression for rendering a gradient.
class XpsGradientStop : public Aspose::Page::XPS::XpsModel::XpsObject
Methods
Method | Description |
---|---|
Clone() | Clones this gradient stop. |
get_Color() | The gradient stop color. |
get_Offset() const | Returns/sets the gradient offset. The offset indicates a point along the progression of the gradient at which a color is specified. Colors between gradient offsets in the progression are interpolated. |
See Also
- Class XpsObject
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++