LineFormat
概述
LineFormat 是一个类在Aspose.Slides FOSS的.NET中. 继承人: ILineFormat.
表示线格式化属性.
特性: Alignment, BeginArrowheadLength, BeginArrowheadStyle, BeginArrowheadWidth, CapStyle, CustomDashPattern,另外10个.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
IsFormatNotDefined | bool | 阅读 | 得到的是未定义的格式. |
FillFormat | ILineFillFormat | 阅读 | 得到填写格式. |
Width | float | 阅读/写作 | 得到或设置宽度. |
DashStyle | LineDashStyle | 阅读/写作 | 得到或设置了仪表盘风格. |
CustomDashPattern | IList<float> | 阅读/写作 | 获取或设置自定义的表盘模式. |
Style | LineStyle | 阅读/写作 | 得到或设置风格. |
CapStyle | LineCapStyle | 阅读/写作 | 得到或设置帽子风格. |
Alignment | LineAlignment | 阅读/写作 | 得到或设置对齐. |
BeginArrowheadStyle | LineArrowheadStyle | 阅读/写作 | 得到或设置开始箭头样式. |
EndArrowheadStyle | LineArrowheadStyle | 阅读/写作 | 得到或设置终点箭头风格. |
BeginArrowheadWidth | LineArrowheadWidth | 阅读/写作 | 得到或设置开始箭头宽度. |
EndArrowheadWidth | LineArrowheadWidth | 阅读/写作 | 得到或设置终点箭头宽度. |
BeginArrowheadLength | LineArrowheadLength | 阅读/写作 | 得到或设置开始箭头长度. |
EndArrowheadLength | LineArrowheadLength | 阅读/写作 | 得到或设置终点箭头长度. |
JoinStyle | LineJoinStyle | 阅读/写作 | 得到或设置联结风格. |
MiterLimit | float | 阅读/写作 | 得到或设置了子的限制. |