テキストボックスに含まれる行の総数を取得します。
名前空間:
GrapeCity.Windows.InputMan
アセンブリ:
GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文 public int LineCount { get; }
Public ReadOnly Property LineCount As Integer
Get
プロパティ値
型:
Int32
テキストボックスに含まれる行の総数。レイアウト情報が使用できない場合は -1。
関連項目