Gets or sets the separation between the selected item and the items adjacent to it. This is instead of, not additional to, the ItemSeparation property, and should usually be larger than it. 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 double SelectedItemSeparation { get; set; }
Visual Basic
Public Property SelectedItemSeparation As Double
	Get
	Set
Visual C++
public:
property double SelectedItemSeparation {
	double get ();
	void set (double value);
}

Remarks

Dependency Property Information
Identifier fieldSelectedItemSeparationProperty
Metadata properties set to trueNone

See Also