TranslateZoomRotateBehavior.MaximumScale Property

Gets or sets a number indicating the maximum zoom value allowed.

Namespace: Microsoft.Expression.Interactivity.Input
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Public Property MaximumScale As Double
'Usage
Dim instance As TranslateZoomRotateBehavior
Dim value As Double

value = instance.MaximumScale

instance.MaximumScale = value
public double MaximumScale { get; set; }
public:
property double MaximumScale {
    double get ();
    void set (double value);
}
/** @property */
public double get_MaximumScale ()

/** @property */
public void set_MaximumScale (double value)
public function get MaximumScale () : double

public function set MaximumScale (value : double)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TranslateZoomRotateBehavior Class
TranslateZoomRotateBehavior Members
Microsoft.Expression.Interactivity.Input Namespace