CompositionGeometry.TrimOffset 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置几何图形路径的偏移量。
public:
property float TrimOffset { float get(); void set(float value); };
float TrimOffset();
void TrimOffset(float value);
public float TrimOffset { get; set; }
var single = compositionGeometry.trimOffset;
compositionGeometry.trimOffset = single;
Public Property TrimOffset As Single
属性值
Single
float
剪裁几何路径的偏移量。 默认值为 0。