PrintDocument for WinForms
ShapeLine プロパティ (Style)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > Style クラス : ShapeLine プロパティ
Gets or sets the style of lines used to draw shape objects (RenderLine, RenderRectangle etc).
シンタックス
'宣言
 
Public Property ShapeLine As LineDef
'使用法
 
Dim instance As Style
Dim value As LineDef
 
instance.ShapeLine = value
 
value = instance.ShapeLine
public LineDef ShapeLine {get; set;}
解説
This property is non-ambient (inherited from the Style.Parent of the current style if not explicitly set).

The default is a black line, 1pt thick.

参照

Style クラス
Style メンバ