IChartGridLine
RotateWithShape Property
|
Indicates whether the fill should be rotated with a shape.
Read/write
TriState
.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
TriState RotateWithShape { get; set; }
Property RotateWithShape As TriState
Get
Set
property TriState RotateWithShape {
TriState get ();
void set (TriState value);
}
abstract RotateWithShape : TriState with get, set
Property Value
Type:
TriState
See Also