SettingsPaneView
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
C#
public class SettingsPaneView : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, ISettingsPane, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlSettingsPaneView...
Implements:
Inherited Members
Constructors
C#
public SettingsPaneView()
Properties
C#
public RadRadioButton ArrangeTabButton { get; }
C#
public RadToggleButton CloseButton { get; }
C#
public RadTabControl ColorSubTab { get; }
ColorSubTabItems
IList<RadTabItem>
C#
public IList<RadTabItem> ColorSubTabItems { get; }
C#
public RadSlider ColorSubTabOpacitySlider { get; }
C#
public RadRadioButton ColorTabButton { get; }
C#
public RadRadioButton ConnectionTypeBezierButton { get; }
C#
public RadRadioButton ConnectionTypePolylineButton { get; }
C#
public RadRadioButton ConnectionTypeSplineButton { get; }
C#
public RadRadioButton ConnectionTypeTabButton { get; }
C#
public RadRadioButton GeneralTabButton { get; }
C#
public RadComboBox GeometrySubTabStrokeDashArrayButton { get; }
C#
public RadNumericUpDown GeometrySubTabStrokeThicknessButton { get; }
C#
public RadRadioButton GeometryTabButton { get; }
C#
public IList<RadGeometryButton> HomeTabGeometryButtons { get; }
RootTabItems
IList<RadTabItem>
C#
public IList<RadTabItem> RootTabItems { get; }
C#
public FrameworkElement SettingsPaneHomeControl { get; }
C#
public FrameworkElement SettingsPaneSizeControl { get; }
C#
public FrameworkElement SettingsPaneStyleControl { get; }
C#
public RadTabControl SettingsPaneTabControl { get; }
C#
public FrameworkElement SettingsPaneTextControl { get; }
C#
public Border SettingsPaneViewContent { get; }
C#
public IList<RadNumericUpDown> SizeTabNumericUpDownButtons { get; }
C#
public ListBox StyleTabColorsGradientsList { get; }
StyleTabColorsListItems
IList<ListBoxItem>
C#
public IList<ListBoxItem> StyleTabColorsListItems { get; }
C#
public RadToggleButton TextTabBoldButton { get; }
C#
public RadComboBox TextTabFontFamilyButton { get; }
C#
public RadComboBox TextTabFontSizeButton { get; }
C#
public RadToggleButton TextTabItalicButton { get; }
C#
public ListBox TextTabTextColorList { get; }
TextTabTextColorListItems
IList<ListBoxItem>
C#
public IList<ListBoxItem> TextTabTextColorListItems { get; }
C#
public TextBox TextTabTextEditor { get; }