ToggleButtonField.GetUnscaled Method

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

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public Overridable Function GetUnscaled ( _
    parentShape As ShapeElement _
) As Boolean
public virtual bool GetUnscaled(
    ShapeElement parentShape
)
public:
virtual bool GetUnscaled(
    ShapeElement^ parentShape
)
abstract GetUnscaled : 
        parentShape:ShapeElement -> bool 
override GetUnscaled : 
        parentShape:ShapeElement -> bool 
public function GetUnscaled(
    parentShape : ShapeElement
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ToggleButtonField Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace