DioDocs for PDF
PropertyBindingAttribute コンストラクタ

DS.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX.Direct2D 名前空間 > PropertyBindingAttribute クラス : PropertyBindingAttribute コンストラクタ
バインディングの種類。
プロパティの順番。
このプロパティの最小値。
このプロパティの最大値。
このプロパティのデフォルト値。
PropertyBindingAttribute 属性の新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal bindingType As BindingType, _
   ByVal order As System.Integer, _
   ByVal min As System.String, _
   ByVal max As System.String, _
   ByVal defaultValue As System.String _
)
public PropertyBindingAttribute( 
   BindingType bindingType,
   System.int order,
   System.string min,
   System.string max,
   System.string defaultValue
)

パラメータ

bindingType
バインディングの種類。
order
プロパティの順番。
min
このプロパティの最小値。
max
このプロパティの最大値。
defaultValue
このプロパティのデフォルト値。
参照

PropertyBindingAttribute クラス
PropertyBindingAttribute メンバ