Aspose::Words::Drawing::Stroke::get_BackTintAndShade method
Stroke::get_BackTintAndShade method
Gets or sets a double value that lightens or darkens the stroke background color.
double Aspose::Words::Drawing::Stroke::get_BackTintAndShade()
Remarks
The allowed values are within the range from -1 (the darkest) to 1 (the lightest) for this property. Zero (0) is neutral. Attempting to set this property to a value less than -1 or more than 1 results in ArgumentOutOfRangeException.
See Also
- Class Stroke
- Namespace Aspose::Words::Drawing
- Library Aspose.Words for C++