CompositionRoundedRectangleGeometry.Offset 属性

定义

获取或设置矩形的偏移量。

public:
 property float2 Offset { float2 get(); void set(float2 value); };
float2 Offset();

void Offset(float2 value);
public Vector2 Offset { get; set; }
var vector2 = compositionRoundedRectangleGeometry.offset;
compositionRoundedRectangleGeometry.offset = vector2;
Public Property Offset As Vector2

属性值

Vector2 Vector2

float2

矩形的偏移量。

适用于