Class LineNumberingDialogAttribute
Attribute which indicates that the dialog is LineNumberingDialog.
Inheritance
System.Object
LineNumberingDialogAttribute
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Documents.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public abstract class LineNumberingDialogAttribute : ExportAttribute
Constructors
LineNumberingDialogAttribute()
Initialize a new instance of the LineNumberingDialogAttribute class.
Declaration
public LineNumberingDialogAttribute()
Properties
IsDefault
Indicates whether the dialog is the default dialog.
Declaration
public bool IsDefault { get; protected set; }
Property Value
System.Boolean
|