Gets or sets the width of space between Date and Time parts.

Namespace:  C1.WPF.DateTimeEditors
Assembly:  C1.WPF.DateTimeEditors (in C1.WPF.DateTimeEditors.dll)
XMLNS for XAML: http://schemas.componentone.com/wpf/DateTimeEditors

Syntax

C#
public double SeparatorWidth { get; set; }
Visual Basic (Declaration)
Public Property SeparatorWidth As Double
	Get
	Set
XAML Attribute Usage
<object SeparatorWidth="double" .../>

See Also