ManipulationPivot.Radius Property
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 or sets the effective radius of rotation for rotation manipulations.
public:
property double Radius { double get(); void set(double value); };
double Radius();
void Radius(double value);
public double Radius { get; set; }
var double = manipulationPivot.radius;
manipulationPivot.radius = double;
Public Property Radius As Double
Property Value
Double
double
A value in pixels.