TextField::GetStringFormat Method (ShapeElement^)
Visual Studio 2015
Gets the string format to draw the text with for the specified ShapeElement instance.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- parentShape
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^
The ShapeElement on which to draw.
Return Value
Type: System.Drawing::StringFormat^By default, this method returns the default string format of this ShapeField. To dynamically change the string format for this ShapeField, override this method.
Show: