DropShadow.Offset 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
阴影相对于其 SpriteVisual 的偏移量。 可动画处理。
public:
property float3 Offset { float3 get(); void set(float3 value); };
float3 Offset();
void Offset(float3 value);
public Vector3 Offset { get; set; }
var vector3 = dropShadow.offset;
dropShadow.offset = vector3;
Public Property Offset As Vector3
属性值
阴影相对于其 SpriteVisual 的偏移量。
注解
此属性可以进行动画处理。 调用 CompositionObject.StartAnimation 以将其与 CompositionAnimation 相关联。