Class NotesUILayer
Represents the UI layer responsible for drawing and positioning the notes included in the sheet.
Inheritance
System.Object
ShapesUILayerBase<Telerik.Windows.Documents.Spreadsheet.Model.NoteCollection>
NotesUILayer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Spreadsheet.Worksheets.Layers
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class NotesUILayer : ShapesUILayerBase<NoteCollection>, INamedObject
Constructors
NotesUILayer()
Properties
Name
Gets the name of the layer.
Declaration
public override string Name { get; }
Property Value
System.String
The name of the layer. |