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