WindowChrome.NonClientFrameEdges Property

Definition

Gets or sets a value that indicates which edges of the window frame are not owned by the client.

public:
 property System::Windows::Shell::NonClientFrameEdges NonClientFrameEdges { System::Windows::Shell::NonClientFrameEdges get(); void set(System::Windows::Shell::NonClientFrameEdges value); };
public System.Windows.Shell.NonClientFrameEdges NonClientFrameEdges { get; set; }
member this.NonClientFrameEdges : System.Windows.Shell.NonClientFrameEdges with get, set
Public Property NonClientFrameEdges As NonClientFrameEdges

Property Value

A bitwise combination of the enumeration values that specify which edges of the frame are not owned by the client.

The registered default is None. For more information about what can influence the value, see Dependency Property Value Precedence.

Exceptions

'Left, Right, Top, Bottom' is not a valid value. At least one edge must belong to the client.

Remarks

Dependency Property Information

Identifier field NonClientFrameEdgesProperty
Metadata properties set to true None

Applies to