Grid.ShowGridLines 属性

定义

获取或设置一个值,该值指示网格线在此 Grid 中是否可见。

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

属性值

Boolean

如果网格线可见,则为 true;否则为 false。 默认值是 false

注解

启用网格线会在一个 Grid内的所有元素周围创建虚线。 只有虚线可用,因为此属性旨在用作用于调试布局问题的设计工具,不适用于生产质量代码。 如果要在一个 Grid内部设置线条,请设置元素的 Grid 样式以具有边框。

依赖项属性信息

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

适用于