LineData is derived from ObjectData and provides information for creating a visual line in Silverlight.
Members
Name |
Type |
Description |
m_leftX |
Double |
line left x position on page |
m_leftY |
Double |
line left y position on page |
m_rightX |
Double |
line right x position on page |
m_rightY |
Double |
line right y position on page |
m_strokeWidth |
Double |
line thickness |
m_strokeDash |
DoubleCollection |
line dash |
m_fill |
Brush |
brush used to fill line |
m_stroke |
Brush |
brush used to draw stroke |
m_gradientFillId |
String |
gradient brush id |
m_solidFillColor |
Brush |
solid brush in RGB form |
m_clip |
Geometry |
Geometry element for line clipping (see Silverlight documentation) |
m_clipData |
Clip object data |
Get-Set Methods
Name |
Type |
Description |
LeftX |
Double |
get or set m_leftX |
LeftY |
Double |
get or set m_leftY |
RightX |
Double |
get or set m_rightX |
RightY |
Double |
get or set m_rightY |
Fill |
Brush |
get or set m_fill |
Stroke |
Brush |
get or set m_stroke |
StrokeWidth |
Double |
get or set m_strokeWidth |
StrokeDash |
DoubleCollection |
get or set m_strokeDash |
Clip |
Geometry |
get or set m_clip |
ClipData |
get or set m_clipData |
|
GradientFillId |
String |
get or set m_gradientFillId |
SolidFillColor |
String |
get or set m_solidFillColor |