TextBox.CanShrink プロパティ
コンテンツに合わせてテキスト ボックスの高さを縮小できるかどうかを示す値を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property CanShrink As Boolean
Get
'使用
Dim instance As TextBox
Dim value As Boolean
value = instance.CanShrink
public bool CanShrink { get; }
public:
property bool CanShrink {
bool get ();
}
member CanShrink : bool
function get CanShrink () : boolean
プロパティ値
型: System.Boolean
テキスト ボックスの高さがコンテンツに応じて縮小される場合は true、それ以外の場合は false。