GrapeCity SPREAD for Windows Forms 11.0J
LengthUnit プロパティ


テキスト長の検証に使用されるLengthUnitを取得または設定します。
構文
'Declaration
 
Public Property LengthUnit As LengthUnit
'使用法
 
Dim instance As TextLengthValidator
Dim value As LengthUnit
 
instance.LengthUnit = value
 
value = instance.LengthUnit
public LengthUnit LengthUnit {get; set;}

プロパティ値

長さの単位。デフォルト値はLengthUnit.Charです。
例外
例外説明
System.ComponentModel.InvalidEnumArgumentException指定された値がLengthUnit値ではありません。
参照

TextLengthValidator クラス
TextLengthValidator メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.