ShapeExtensions
Wisej.Web.Markup.ShapeExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.ShapeExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds extension methods to the class.
Sets the BorderStyle property of the specified .
TShape
shape
The shape for which to set the BorderStyle property.
borderStyle
Returns: . The modified shape with the updated BorderStyle property.
This method allows you to specify the overall border style of the shape.
TShape
shape
The shape for which to set the BorderStyleBottom property.
borderStyle
This method allows you to specify the border style for the bottom edge of the shape.
TShape
shape
The shape for which to set the BorderStyleLeft property.
borderStyle
This method allows you to specify the border style for the left edge of the shape.
TShape
shape
The shape for which to set the BorderStyleRight property.
borderStyle
This method allows you to specify the border style for the right edge of the shape.
TShape
shape
The shape for which to set the BorderStyleTop property.
borderStyle
This method allows you to specify the border style for the top edge of the shape.
TShape
shape
The shape for which to set the Rotation property.
rotation
The rotation angle in degrees to set for the shape.
This method allows you to specify the rotation angle of the shape.
The type of the shape, must inherit from .
The style to set for the shape.
Sets the BorderStyleBottom property of the specified .
The type of the shape, must inherit from .
The style to set for the bottom border of the shape.
Returns: . The modified shape with the updated BorderStyleBottom property.
Sets the BorderStyleLeft property of the specified .
The type of the shape, must inherit from .
The style to set for the left border of the shape.
Returns: . The modified shape with the updated BorderStyleLeft property.
Sets the BorderStyleRight property of the specified .
The type of the shape, must inherit from .
The style to set for the right border of the shape.
Returns: . The modified shape with the updated BorderStyleRight property.
Sets the BorderStyleTop property of the specified .
The type of the shape, must inherit from .
The style to set for the top border of the shape.
Returns: . The modified shape with the updated BorderStyleTop property.
Sets the Rotation property of the specified .
The type of the shape, must inherit from .
Returns: . The modified shape with the updated Rotation property.