Language

Paragraph.LeftIndent プロパティ

定義

テキストボックスの左端のインデントに対して評価する式を得て、左側のパディングを差し引いて計算します。

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::ReportSizeProperty ^ LeftIndent { Microsoft::ReportingServices::OnDemandReportRendering::ReportSizeProperty ^ get(); };
public virtual Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty LeftIndent { get; }
member this.LeftIndent : Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
Public Overridable ReadOnly Property LeftIndent As ReportSizeProperty

プロパティ値

テキストボックスの左端からのインデントを表す ReportSizeProperty オブジェクトで、左側のパディングを差し引いたものです。

適用対象