LinksConfiguration.ShowWireFrame Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Show a wireframe around the bounds control when checked. Wireframe parameters below have no effect unless this is checked
public:
property bool ShowWireFrame { bool get(); void set(bool value); };
public bool ShowWireFrame { get; set; }
member this.ShowWireFrame : bool with get, set
Public Property ShowWireFrame As Boolean