IInkPresenterStencil 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public interface class IInkPresenterStencil
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.Guid(819015021, 15878, 19714, 177, 22, 39, 127, 181, 216, 173, 220)]
struct IInkPresenterStencil
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.Guid(819015021, 15878, 19714, 177, 22, 39, 127, 181, 216, 173, 220)]
public interface IInkPresenterStencil
Public Interface IInkPresenterStencil
- 派生
- 属性
Windows 要求
设备系列 |
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)
|
属性
BackgroundColor |
获取或设置 IInkPresenterStencil 对象的背景色。 |
ForegroundColor |
获取或设置 IInkPresenterStencil 对象上的前景元素的颜色。 |
IsVisible |
获取或设置 IInkPresenterStencil 对象是否可见。 |
Kind |
获取要显示在 InkCanvas 上的 IInkPresenterStencil 对象的类型。 |
Transform |
获取或设置 IInkPresenterStencil 对象在 InkCanvas 的二维坐标空间中的位置和旋转角度。 位置和旋转都基于模具的左上角,相对于 InkCanvas 的原点。 |