ImageField.GetUnscaled(ShapeElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.