FlexReport for WinForms
Style プロパティ (Border)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > Border クラス : Style プロパティ
Gets or sets the style of all sides of the border. If different sides of the border have different styles, gets null. Setting this property to null does not have any effect.
シンタックス
'宣言
 
Public Property Style As System.Nullable(Of DashStyle)
'使用法
 
Dim instance As Border
Dim value As System.Nullable(Of DashStyle)
 
instance.Style = value
 
value = instance.Style
public System.Nullable<DashStyle> Style {get; set;}
参照

参照

Border クラス
Border メンバ