IsSubregionFormattingNecessary Property (TextRegionLinesFormatter)
Gets a value indicating whether the formatter must format a subregion of text region.
'Declaration
Public Overrides ReadOnly Property IsSubregionFormattingNecessary As Boolean
public override bool IsSubregionFormattingNecessary { get; }
public: __property bool get_IsSubregionFormattingNecessary(); override;
public:
property bool IsSubregionFormattingNecessary {
bool get() override;;
}
Property Value
True - the formatter must format a subregion of text region; otherwise, false.
Default value is false.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5