ToggleButtonField.GetUnscaled(ShapeElement) Method

Definition

Gets whether the button image should be drawn unscaled or not.

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

Parameters

parentShape
ShapeElement

The parent ShapeElement of this field.

Returns

True to draw button image unscaled and false otherwise.

Applies to