Gets or sets the margin between the text and the bounding rectangle.
public double TextEdgeMargin { get; set; }
<TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")>
Property TextEdgeMargin As Double
[TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
property double TextEdgeMargin {
double get();
void set ( double );
}
A double value that specifies the margin between the text and the bounding rectangle.
Setting this value to a positive value temporarily makes the bounding rectangle smaller, by the amount of this property, when the text position is calculated. For more information, refer to Using Text in WPF Annotation Objects.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET