NoteControlViewModel
Class
View Model for note user control.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Controls.Notes
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public class NoteControlViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseNoteControlViewModel
Implements:
Inherited Members
Constructors
Initializes a new instance of the NoteControlViewModel.
Properties
Gets or sets the height of the note.
C#
public double NoteHeight { get; set; }
The height value.
Gets or sets the note visibility.
C#
public Visibility NoteVisibility { get; set; }
Gets or sets the width of the note.
C#
public double NoteWidth { get; set; }
The width value.
Gets or sets the point collection of the red triangle.
C#
public PointCollection RedTrianglePoints { get; set; }
Gets or sets the visibility of the red triangle.
C#
public Visibility RedTriangleVisibility { get; set; }
Gets or sets the text of the note.
C#
public string Text { get; set; }
The text value.
Gets the X value of the top right corner of the anchor cell.
C#
public double XAnchor { get; }
Gets the Y value of the top right corner of the anchor cell.
C#
public double YAnchor { get; }