GradientFillFormat
TileRectangle Property
|
Namespace:
Spire.Presentation.Drawing
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public RelativeRectangle TileRectangle { get; set; }
Public Property TileRectangle As RelativeRectangle
Get
Set
public:
property RelativeRectangle^ TileRectangle {
RelativeRectangle^ get ();
void set (RelativeRectangle^ value);
}
member TileRectangle : RelativeRectangle with get, set
Property Value
Type:
RelativeRectangle
See Also