InkPresenter.CopyDefaultDrawingAttributes 方法

定义

检索 InkPresenterInkCanvas 控件上呈现新 InkStroke 时使用的 InkDrawingAttributes

此方法与 UpdateDefaultDrawingAttributes 结合使用,在运行时设置绘图属性。

public:
 virtual InkDrawingAttributes ^ CopyDefaultDrawingAttributes() = CopyDefaultDrawingAttributes;
InkDrawingAttributes CopyDefaultDrawingAttributes();
public InkDrawingAttributes CopyDefaultDrawingAttributes();
function copyDefaultDrawingAttributes()
Public Function CopyDefaultDrawingAttributes () As InkDrawingAttributes

返回

应用于新墨迹笔划的绘图属性。

注解

此方法不返回现有或当前绘制的墨迹笔划的属性。

适用于

另请参阅