ClassSettingsPaneView
Represents the Silverlight RadDiagram's SettingsPane control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class SettingsPaneView : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, ISettingsPane, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlSettingsPaneView
Implements:
Inherited Members
Constructors
SettingsPaneView()
Initializes a new instance of the SettingsPane class.
Declaration
public SettingsPaneView()
Properties
ArrangeTabButton
Get the "Arrange" button in the content of the HomeTab.
Declaration
public RadRadioButton ArrangeTabButton { get; }
Property Value
CloseButton
Get the CloseButton of SettingsPaneView.
Declaration
public RadToggleButton CloseButton { get; }
Property Value
ColorSubTab
Get the TabControl in the content of the StyleTab/Color SubTab.
Declaration
public RadTabControl ColorSubTab { get; }
Property Value
ColorSubTabItems
Get the TabItems of the TabControl in the content of the StyleTab/Color SubTab.
Declaration
public IList<RadTabItem> ColorSubTabItems { get; }
Property Value
ColorSubTabOpacitySlider
Get the Slider for Opacity editing in the content of the StyleTab/Color SubTab.
Declaration
public RadSlider ColorSubTabOpacitySlider { get; }
Property Value
ColorTabButton
Get the ColorTabButton in the content of the StyleTab.
Declaration
public RadRadioButton ColorTabButton { get; }
Property Value
ConnectionTypeBezierButton
Get the ConnectionTypeBezierButton button in the content of the StyleTab ('Type' Subtab - only for connections).
Declaration
public RadRadioButton ConnectionTypeBezierButton { get; }
Property Value
ConnectionTypePolylineButton
Get the ConnectionTypePolylineButton button in the content of the StyleTab ('Type' Subtab - only for connections).
Declaration
public RadRadioButton ConnectionTypePolylineButton { get; }
Property Value
ConnectionTypeSplineButton
Get the ConnectionTypeSplineButton button in the content of the StyleTab ('Type' Subtab - only for connections).
Declaration
public RadRadioButton ConnectionTypeSplineButton { get; }
Property Value
ConnectionTypeTabButton
Get the ConnectionTypeTabButton button in the content of the StyleTab.
Declaration
public RadRadioButton ConnectionTypeTabButton { get; }
Property Value
GeneralTabButton
Get the "General" button in the content of the HomeTab.
Declaration
public RadRadioButton GeneralTabButton { get; }
Property Value
GeometrySubTabStrokeDashArrayButton
Get the RadComboBox for StrokeDashArray editing in the content of the StyleTab/Geometry SubTab.
Declaration
public RadComboBox GeometrySubTabStrokeDashArrayButton { get; }
Property Value
GeometrySubTabStrokeThicknessButton
Get the RadNumericUpDown for StrokeThickness editing in the content of the StyleTab/Geometry SubTab.
Declaration
public RadNumericUpDown GeometrySubTabStrokeThicknessButton { get; }
Property Value
GeometryTabButton
Get the GeometryTabButton button in the content of the StyleTab.
Declaration
public RadRadioButton GeometryTabButton { get; }
Property Value
HomeTabGeometryButtons
Get the RadGeometryButtons in the content of the HomeTab (in General or Arrange SubTabs).
Declaration
public IList<RadGeometryButton> HomeTabGeometryButtons { get; }
Property Value
RootTabItems
Get the TabItems of TabControl in SettingsPaneView.
Declaration
public IList<RadTabItem> RootTabItems { get; }
Property Value
SettingsPaneHomeControl
Get the Content of the HomeTab.
Declaration
public FrameworkElement SettingsPaneHomeControl { get; }
Property Value
SettingsPaneSizeControl
Get the Content of the SizeTab.
Declaration
public FrameworkElement SettingsPaneSizeControl { get; }
Property Value
SettingsPaneStyleControl
Get the Content of the StyleTab.
Declaration
public FrameworkElement SettingsPaneStyleControl { get; }
Property Value
SettingsPaneTabControl
Get the TabControl in SettingsPaneView.
Declaration
public RadTabControl SettingsPaneTabControl { get; }
Property Value
SettingsPaneTextControl
Get the Content of the TextTab.
Declaration
public FrameworkElement SettingsPaneTextControl { get; }
Property Value
SettingsPaneViewContent
Get the ContentBorder of SettingsPaneView.
SizeTabNumericUpDownButtons
Get the RadNumericUpDown buttons in the content of the SizeTab.
Declaration
public IList<RadNumericUpDown> SizeTabNumericUpDownButtons { get; }
Property Value
StyleTabColorsGradientsList
Get the ListBox for colors/gradients editing in the content of the StyleTab/Color SubTab.
Declaration
public ListBox StyleTabColorsGradientsList { get; }
Property Value
StyleTabColorsListItems
Get the ListBoxItems of the ListBox for colors/gradients editing in the content of the StyleTab/Color SubTab.
Declaration
public IList<ListBoxItem> StyleTabColorsListItems { get; }
Property Value
IList<ListBoxItem>
TextTabBoldButton
Get the RadToggleButton for setting FontWeight-Bold of the TextContent of a shape placed in the content of the TextTab.
Declaration
public RadToggleButton TextTabBoldButton { get; }
Property Value
TextTabFontFamilyButton
Get the RadComboBox for FontFamily editing in the content of the TextTab.
Declaration
public RadComboBox TextTabFontFamilyButton { get; }
Property Value
TextTabFontSizeButton
Get the RadComboBox for FontSize editing in the content of the TextTab.
Declaration
public RadComboBox TextTabFontSizeButton { get; }
Property Value
TextTabItalicButton
Get the RadToggleButton for setting FontStyle-Italic of the TextContent of a shape placed in the content of the TextTab.
Declaration
public RadToggleButton TextTabItalicButton { get; }
Property Value
TextTabTextColorList
Get the ListBox for editing the colors in the content of the TextTab.
TextTabTextColorListItems
Get the ListBoxItems for editing the colors in the content of the TextTab.
Declaration
public IList<ListBoxItem> TextTabTextColorListItems { get; }
Property Value
IList<ListBoxItem>
TextTabTextEditor
Get the TextBox for TextContent editing in the content of the TextTab.