Gets or sets the margin between the text and the Rect bounding rectangle. This is a dependency property.
[LocalizabilityAttribute(System.Windows.LocalizationCategory)]
public double TextEdgeMargin { get; set; }
<TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")>
Public Property TextEdgeMargin As Double
[TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public:
property double TextEdgeMargin {
double get();
void set ( double );
}
A System.Double value that specifies the margin between the text and the Rect 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. Please note that using a negative value can cause unexpected behavior.
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