Reports.net  ver 8.0
.net 開発者向け帳票ツール
静的公開メンバ関数 | 静的公開変数類 | プロパティ | 全メンバ一覧
Pao.Reports.PmLineStyle クラス

線の種類を表す列挙型 [詳解]

静的公開メンバ関数

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 Pao.Reports.PmLineStyle.FromString ( string  value)
static

指定された文字列をPmLineStyleに変換する

引数
value変換する文字列

<return></return>

メンバ詳解

readonly PmLineStyle Pao.Reports.PmLineStyle.Custom = new PmLineStyle("Custom", DashStyle.Custom)
static

任意

readonly PmLineStyle Pao.Reports.PmLineStyle.Dash = new PmLineStyle("Dash" , DashStyle.Dash)
static

ダッシュ

readonly PmLineStyle Pao.Reports.PmLineStyle.DashDot = new PmLineStyle("DashDot" , DashStyle.DashDot)
static

一点破線

readonly PmLineStyle Pao.Reports.PmLineStyle.DashDotDot = new PmLineStyle("DashDotDot", DashStyle.DashDotDot)
static

二点破線

readonly PmLineStyle Pao.Reports.PmLineStyle.Dot = new PmLineStyle("Dot", DashStyle.Dot)
static

ドット

readonly PmLineStyle Pao.Reports.PmLineStyle.Solid = new PmLineStyle("Solid" , DashStyle.Solid)
static

実線

プロパティ詳解

DashStyle Pao.Reports.PmLineStyle.dashStyle
get

string Pao.Reports.PmLineStyle.Name
get


このクラス詳解は次のファイルから抽出されました: