Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public class RadDiagramSettingsPane : ShapedForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IThemeChangeListener
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormShapedFormRadDiagramSettingsPane...
Implements:
Inherited Members
Constructors
C#
public RadDiagramSettingsPane()
Fields
C#
protected RadDiagramElement diagramElement
Properties
C#
public RadToggleButton ButtonArrange { get; }
C#
public RadToggleButton ButtonGeneral { get; }
C#
public RadButton CloseButton { get; }
C#
public bool IsPopupOpen { get; }
C#
public RadPanel PanelArrange { get; }
C#
public RadPanel PanelCopyCutPaste { get; }
C#
public RadButton RadButtonAlignBottom { get; }
C#
public RadButton RadButtonAlignCenter { get; }
C#
public RadButton RadButtonAlignMiddle { get; }
C#
public RadButton RadButtonAlignRight { get; }
C#
public RadButton RadButtonAlignTop { get; }
C#
public RadButton RadButtonBack { get; }
C#
public RadButton RadButtonBackward { get; }
C#
public RadToggleButton RadButtonBold { get; }
C#
public RadButton RadButtonCopy { get; }
C#
public RadButton RadButtonCut { get; }
C#
public RadButton RadButtonDelete { get; }
C#
public RadButton RadButtonForward { get; }
C#
public RadButton RadButtonFront { get; }
C#
public RadToggleButton RadButtonItalic { get; }
C#
public RadButton RadButtonLeft { get; }
C#
public RadButton RadButtonPaste { get; }
C#
public RadColorBox RadColorBoxBorderColor { get; }
C#
public RadColorBox RadColorBoxFill { get; }
C#
public RadColorBox RadColorBoxForeColor { get; }
C#
public RadDropDownList RadDropDownListBorderStyle { get; }
C#
public RadDropDownList RadDropDownListFontFamily { get; }
C#
public RadDropDownList RadDropDownListFontSize { get; }
C#
public RadLabel RadLabelBack { get; }
C#
public RadLabel RadLabelBackward { get; }
C#
public RadLabel RadLabelBorderColor { get; }
C#
public RadLabel RadLabelBorderStyle { get; }
C#
public RadLabel RadLabelBorderWidth { get; }
C#
public RadLabel RadLabelBottom { get; }
C#
public RadLabel RadLabelBottom1 { get; }
C#
public RadLabel RadLabelCenter { get; }
C#
public RadLabel RadLabelCopy { get; }
C#
public RadLabel RadLabelCut { get; }
C#
public RadLabel RadLabelDelete { get; }
C#
public RadLabel RadLabelFillColor { get; }
C#
public RadLabel RadLabelForward { get; }
C#
public RadLabel RadLabelFront { get; }
C#
public RadLabel RadLabelHeight { get; }
C#
public RadLabel RadLabelLeft { get; }
C#
public RadLabel RadLabelMiddle { get; }
C#
public RadLabel RadLabelOpacity { get; }
C#
public RadLabel RadLabelRight { get; }
C#
public RadLabel RadLabelRotationAngle { get; }
C#
public RadLabel RadLabelTop { get; }
C#
public RadLabel RadLabelWidth { get; }
C#
public RadPageView RadPageView { get; }
C#
public RadPageViewPage RadPageViewPageHome { get; }
C#
public RadPageViewPage RadPageViewPageSize { get; }
C#
public RadPageViewPage RadPageViewPageStyle { get; }
C#
public RadPageViewPage RadPageViewPageText { get; }
C#
public RadPanel RadPanelDelimiter { get; }
C#
public RadPanel RadPanelDelimiter2 { get; }
C#
public RadPanel RadPanelDelimiter3 { get; }
C#
public RadSpinEditor RadSpinEditorBorderWidth { get; }
C#
public RadSpinEditor RadSpinEditorHeight { get; }
C#
public RadSpinEditor RadSpinEditorRotationAngle { get; }
C#
public RadSpinEditor RadSpinEditorWidth { get; }
C#
public RadSpinEditor RadSpinEditorX { get; }
C#
public RadSpinEditor RadSpinEditorY { get; }
RadTextBoxItemText
RadTextBox
C#
public RadTextBox RadTextBoxItemText { get; }
C#
public RadTrackBar RadTrackBar1 { get; }
C#
public RadTitleBar TileBar { get; }
Methods
C#
protected virtual void buttonArrange_ToggleStateChanging(object sender, StateChangingEventArgs args)
C#
protected virtual void buttonGeneral_ToggleStateChanging(object sender, StateChangingEventArgs args)
Clean up any resources being used.
C#
protected override void Dispose(bool disposing)
true if managed resources should be disposed; otherwise, false.
Overrides:
C#
public virtual void HandleMouseMove(MouseEventArgs e, Form form)
C#
protected void HidePopup()
C#
protected virtual void radButtonBold_ToggleStateChanged(object sender, StateChangedEventArgs args)
C#
protected virtual void radButtonItalic_ToggleStateChanged(object sender, StateChangedEventArgs args)
C#
protected virtual void radDropDownListBorderStyle_SelectedIndexChanged(object sender, PositionChangedEventArgs e)
C#
protected virtual void radDropDownListBorderStyle_VisualListItemFormatting(object sender, VisualItemFormattingEventArgs args)
C#
protected virtual void radDropDownListFontFamily_SelectedIndexChanged(object sender, PositionChangedEventArgs e)
C#
protected virtual void radDropDownListFontFamily_VisualListItemFormatting(object sender, VisualItemFormattingEventArgs args)
C#
protected virtual void radDropDownListFontSize_SelectedIndexChanged(object sender, PositionChangedEventArgs e)
C#
public virtual void SetDarkIcons()
C#
public virtual void SetIcons()
C#
public virtual void SetStandardIcons()
C#
public void Show(Point location, RadDiagramElement owner)
C#
protected void ShowPopup(Point location, RadDiagramElement diagramElement)