Represents a format shapes dialog content.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class FormatShapesDialogContent : FormatShapesDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<FormatShapesDialogContext>, IRadSpreadsheetDialogContent
Inheritance: objectControlBaseRadSpreadsheetDialogContentBaseRadSpreadsheetDialogContentBase<FormatShapesDialogContext>FormatShapesDialogContentBaseFormatShapesDialogContent...
Implements:
Inherited Members
Constructors
Initializes a new instance of the FormatShapesDialogContent class.
C#
public FormatShapesDialogContent()
Methods
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Called before showing dialog.
C#
protected override void ShowDialogOverride()
Overrides: