Reports.net ver 13.0
.net 開発者向け帳票ツール
読み取り中…
検索中…
一致する文字列を見つけられません
Pao.Reports.PmLineStyle クラス

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

静的公開メンバ関数

static PmLineStyle FromString (string value)
 指定された文字列をPmLineStyleに変換する

静的公開変数類

static readonly PmLineStyle Custom = new PmLineStyle("Custom", DashStyle.Custom)
 任意
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 Dot = new PmLineStyle("Dot", DashStyle.Dot)
 ドット
static readonly PmLineStyle Solid = new PmLineStyle("Solid" , DashStyle.Solid)
 実線

詳解

線の種類を表す列挙型

メソッド詳解

◆ FromString()

PmLineStyle Pao.Reports.PmLineStyle.FromString ( string value)
static

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

引数
value変換する文字列

<return></return>


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