Figure.CanDelayPlacement 属性

定义

获取或设置一个值,该值指示此图形是否可延迟放入内容流中。

public:
 property bool CanDelayPlacement { bool get(); void set(bool value); };
public bool CanDelayPlacement { get; set; }
member this.CanDelayPlacement : bool with get, set
Public Property CanDelayPlacement As Boolean

属性值

Boolean

true 如果此图可以延迟放置,则为否则,为 false. 默认值是 true

注解

依赖项属性信息

标识符字段 CanDelayPlacementProperty
元数据属性设置为 true AffectsParentMeasure

适用于