More...
|
virtual void | SetVerticesDirty () |
|
virtual void | ClearVerticesDirty () |
|
virtual void | SetComponentDirty () |
|
virtual void | ClearComponentDirty () |
|
virtual void | ClearDirty () |
|
virtual void | SetAllDirty () |
|
bool | m_VertsDirty |
|
bool | m_ComponentDirty |
|
Painter | m_Painter |
|
Definition at line 16 of file LineArrow.cs.
◆ Position
Enumerator |
---|
End | 末端箭头
|
Start | 头端箭头
|
Definition at line 18 of file LineArrow.cs.
◆ arrow
Arrow XCharts.LineArrow.arrow |
|
getset |
the arrow of line. 箭头。
Definition at line 64 of file LineArrow.cs.
65 get {
return m_Arrow; }
66 set {
if (PropertyUtil.SetClass(ref m_Arrow, value)) SetVerticesDirty(); }
◆ position
The position of arrow. 箭头位置。
Definition at line 54 of file LineArrow.cs.
55 get {
return m_Position; }
56 set {
if (PropertyUtil.SetStruct(ref m_Position, value)) SetVerticesDirty(); }
◆ show
bool XCharts.LineArrow.show |
|
getset |
Whether to show the arrow. 是否显示箭头。
Definition at line 45 of file LineArrow.cs.
46 get {
return m_Show; }
47 set {
if (PropertyUtil.SetStruct(ref m_Show, value)) SetVerticesDirty(); }
The documentation for this class was generated from the following file: