TextField.GetFontId(ShapeElement) Method

Definition

Gets the id of the font to draw with for the specified ShapeElement instance.

public:
 virtual Microsoft::VisualStudio::Modeling::Diagrams::StyleSetResourceId ^ GetFontId(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public virtual Microsoft.VisualStudio.Modeling.Diagrams.StyleSetResourceId GetFontId (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
abstract member GetFontId : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> Microsoft.VisualStudio.Modeling.Diagrams.StyleSetResourceId
override this.GetFontId : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> Microsoft.VisualStudio.Modeling.Diagrams.StyleSetResourceId
Public Overridable Function GetFontId (parentShape As ShapeElement) As StyleSetResourceId

Parameters

parentShape
ShapeElement

The ShapeElement on which to draw.

Returns

The id of the font to draw with for the specified ShapeElement instance.

Remarks

By default, this method returns the default font id of this ShapeField.

To dynamically change the font for this ShapeField, override this method.

Applies to