![]() |
Reports.net
ver 8.0
.net 開発者向け帳票ツール
|
線の種類を表す列挙型 [詳解]
静的公開メンバ関数 | |
| static PmLineStyle | FromString (string value) |
| 指定された文字列をPmLineStyleに変換する [詳解] | |
静的公開変数類 | |
| static readonly PmLineStyle | Solid = new PmLineStyle("Solid" , DashStyle.Solid) |
| 実線 [詳解] | |
| static readonly PmLineStyle | Dot = new PmLineStyle("Dot", DashStyle.Dot) |
| ドット [詳解] | |
| static readonly PmLineStyle | Dash = new PmLineStyle("Dash" , DashStyle.Dash) |
| ダッシュ [詳解] | |
| static readonly PmLineStyle | DashDot = new PmLineStyle("DashDot" , DashStyle.DashDot) |
| 一点破線 [詳解] | |
| static readonly PmLineStyle | DashDotDot = new PmLineStyle("DashDotDot", DashStyle.DashDotDot) |
| 二点破線 [詳解] | |
| static readonly PmLineStyle | Custom = new PmLineStyle("Custom", DashStyle.Custom) |
| 任意 [詳解] | |
プロパティ | |
| string | Name [get] |
| DashStyle | dashStyle [get] |
線の種類を表す列挙型
|
static |
指定された文字列をPmLineStyleに変換する
| value | 変換する文字列 |
<return></return>
|
static |
任意
|
static |
ダッシュ
|
static |
一点破線
|
static |
二点破線
|
static |
ドット
|
static |
実線
|
get |
|
get |
1.8.11