Compartilhar via


CompositeTransform.Rotation Propriedade

Definição

Obtém ou define o ângulo, em graus, da rotação no sentido horário.

public:
 property double Rotation { double get(); void set(double value); };
double Rotation();

void Rotation(double value);
public double Rotation { get; set; }
var double = compositeTransform.rotation;
compositeTransform.rotation = double;
Public Property Rotation As Double
<CompositeTransform Rotation="double"/>

Valor da propriedade

Double

double

O ângulo, em graus, da rotação no sentido horário. O padrão é 0.

Aplica-se a