Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Overridable Function GetFont ( _
parentShape As ShapeElement _
) As Font
'使用
Dim instance As TextField
Dim parentShape As ShapeElement
Dim returnValue As Font
returnValue = instance.GetFont(parentShape)
public virtual Font GetFont(
ShapeElement parentShape
)
public:
virtual Font^ GetFont(
ShapeElement^ parentShape
)
public function GetFont(
parentShape : ShapeElement
) : Font
Parameters
- parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
Return Value
Type: System.Drawing.Font
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.