BitmapTransform.Rotation 属性

定义

指定用于转换位图的旋转操作。

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

void Rotation(BitmapRotation value);
public BitmapRotation Rotation { get; set; }
var bitmapRotation = bitmapTransform.rotation;
bitmapTransform.rotation = bitmapRotation;
Public Property Rotation As BitmapRotation

属性值

旋转的类型。 BitmapRotation 枚举的值之一。

适用于