CompositeTransform.Rotation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定順時針旋轉的角度 (以度為單位)。
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"/>
屬性值
Double
double
順時針旋轉的角度 (以度為單位)。 預設值是 0。