PermissionRangeInfo
Class
Class holding information about a PermissionRangeStart.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class PermissionRangeInfo
Inheritance: objectPermissionRangeInfo
Constructors
C#
public PermissionRangeInfo()
Properties
Color
Color
Gets the color for this permission.
C#
public Color Color { get; }
Gets or sets the name of the permission.
C#
[XamlSerializable]
public string Name { get; set; }
The name of the permission.
Gets or sets the type of the permission.
C#
[XamlSerializable]
public PermissionType Type { get; set; }
The type of the permission.
Methods
Creates a deep copy of the current instance.
Returns a hash code for this instance.
C#
public override int GetHashCode()
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides: