DropShadow.Offset 属性

定义

阴影相对于其 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

属性值

Vector3 Vector3

float3

阴影相对于其 SpriteVisual 的偏移量。

注解

此属性可以进行动画处理。 调用 CompositionObject.StartAnimation 以将其与 CompositionAnimation 相关联。

适用于