ImageField.GetUnscaled(ShapeElement) Method

Definition

Gets whether the 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 image unscaled and false otherwise.

Applies to