DashStyle属性值可以是 Microsoft Office 类型库中声明的MsoLineDashStyle常量之一。 示例 以下示例将蓝色虚线添加到当前出版物。 VB WithActiveDocument.Pages(1).Shapes _ .AddLine(BeginX:=10, BeginY:=10, _ EndX:=250, EndY:=250).Line .DashStyle = msoLineDashDotDot .ForeColor.RGB = RGB(50,0,128...
Office.Interop.Excel 程序集: Microsoft.Office.Interop.Excel.dll 返回或设置指定线条的虚线样式。 可以是常量之 MsoLineDashStyle 一。 C# 复制 public Microsoft.Office.Core.MsoLineDashStyle DashStyle { get; set; } 属性值 MsoLineDashStyle 适用于 产品版本 Excel primary interop...
2.3.8.13 lineFillDztype 2.3.8.14 lineWidth 2.3.8.15 lineMiterLimit 2.3.8.16 lineStyle 2.3.8.17 lineDashing 2.3.8.18 lineDashStyle 2.3.8.19 lineDashStyle_complex 2.3.8.20 lineStartArrowhead 2.3.8.21 lineEndArrowhead 2.3.8.22 lineStartArrowWidth 2.3.8.23 lineStartArrowLength 2.3.8.24 lineEndArrowWidth ...
The lineDashStyle property specifies the custom dash style of the line. 0 1 2 3 4 5 6 7 8 9 10
msoLineDash 4 直线仅由短划线构成。 msoLineDashDot 5 直线是点划线图案。 msoLineDashDotDotDot 6 直线是点点划线图案。 msoLineDashStyleMixed -2 不支持。 msoLineLongDash 7 直线由长划线构成。 msoLineLongDashDot 8 直线是长点划线图案。 msoLineRoundDot 3 直线由圆点构成。 msoLineSolid 1 直线是实线。
Word 程序集: Microsoft.Office.Interop.Word.dll 返回或设置指定线条的虚线样式。 C# 复制 public Microsoft.Office.Core.MsoLineDashStyle DashStyle { get; set; } 属性值 MsoLineDashStyle 适用于 产品版本 Word primary interop assembly Latest 反馈 此页面是否有帮助? 是 否 本文内容 定义 适用于 ...
gridLineDashStyle:Solid gridLineWidth:1 gridZIndex:1 id:navigator-x-axis labels:{...} lineColor:#333333 lineWidth:0 margin:undefined max:undefined maxPadding:0.01 min:undefined minorGridLineColor:#f2f2f2 minorGridLineDashStyle:Solid minorGridLineWidth:1 minorTickColor:#999999 minorTickInterval:und...
public const LineDashStyle DashDotDot Field ValueType LineDashStyleDashLongDashSpecifies the LineDashStyle is dash long dash.Declarationpublic const LineDashStyle DashLongDash Field ValueType LineDashStyleDashLongDashDotSpecifies the LineDashStyle is dash long dash dot....
public enum LineDashStyle : sbyte Fields NameDescription Dash Specifies the LineDashStyle is dash. DashDot Specifies the LineDashStyle is dash dot. DashDotDot Specifies the LineDashStyle is dash dot dot. DashLongDash Specifies the LineDashStyle is dash long dash. DashLongDashDot Specifies the Line...
minorGridLineColor:Highcharts.ColorType Color of the minor, secondary grid lines. Instyled mode, the stroke width is given in the.highcharts-minor-grid-lineclass. Defaults to#f2f2f2. minorGridLineDashStyle:Highcharts.DashStyleValue Since 1.2.0 ...