LineExtensions
Wisej.Web.Markup.LineExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.LineExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds extension methods to the class.
Sets the LineColor property of the specified .
TLine
line
The line for which to set the LineColor property.
color
Returns: . The modified line with the updated LineColor property.
This method allows you to specify the color of the line.
TLine
line
The line for which to set the LineSize property.
size
The size (thickness) of the line.
This method allows you to specify the size (thickness) of the line.
TLine
line
The line for which to set the LineStyle property.
style
This method allows you to specify the style of the line, such as solid, dashed, etc.
TLine
line
The line for which to set the Orientation property.
orientation
This method allows you to specify the orientation of the line, such as horizontal or vertical.
The type of the line, must inherit from .
The to set for the line.
Sets the LineSize property of the specified .
The type of the line, must inherit from .
Returns: . The modified line with the updated LineSize property.
Sets the LineStyle property of the specified .
The type of the line, must inherit from .
The to set for the line.
Returns: . The modified line with the updated LineStyle property.
Sets the Orientation property of the specified .
The type of the line, must inherit from .
The to set for the line.
Returns: . The modified line with the updated Orientation property.