Enum RDashStyle
- Namespace
- TheArtOfDev.HtmlRenderer.Adapters.Entities
- Assembly
- StockSharp.Xaml.dll
Specifies the style of dashed lines drawn with a RPen object.
public enum RDashStyle
- Extension Methods
Fields
Custom = 5
Specifies a custom dash style.
Dash = 1
Specifies a line consisting of dashes.
DashDot = 3
Specifies a line consisting of a repeating pattern of dash-dot.
DashDotDot = 4
Specifies a line consisting of a repeating pattern of dash-dot-dot.
Dot = 2
Specifies a line consisting of dots.
Solid = 0
Specifies a solid line.