InkPresenter.CopyDefaultDrawingAttributes 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索 InkPresenter 在 InkCanvas 控件上呈现新 InkStroke 时使用的 InkDrawingAttributes。
此方法与 UpdateDefaultDrawingAttributes 结合使用,在运行时设置绘图属性。
public:
virtual InkDrawingAttributes ^ CopyDefaultDrawingAttributes() = CopyDefaultDrawingAttributes;
InkDrawingAttributes CopyDefaultDrawingAttributes();
public InkDrawingAttributes CopyDefaultDrawingAttributes();
function copyDefaultDrawingAttributes()
Public Function CopyDefaultDrawingAttributes () As InkDrawingAttributes
返回
应用于新墨迹笔划的绘图属性。
注解
此方法不返回现有或当前绘制的墨迹笔划的属性。