Gets or sets the style applied to Separator items that are children of this MenuItem. This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public Style SeparatorStyle { get; set; }
Visual Basic
Public Property SeparatorStyle As Style
	Get
	Set
Visual C++
public:
property Style^ SeparatorStyle {
	Style^ get ();
	void set (Style^ value);
}

See Also