CompositionRoundedRectangleGeometry.Offset 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置矩形的偏移量。
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
属性值
矩形的偏移量。