Class TextPermissions
Inheritance
System.Object
BasePermissions
TextPermissions
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class TextPermissions : BasePermissions
Constructors
TextPermissions()
Declaration
TextPermissions(Boolean)
Declaration
public TextPermissions(bool defaultValue)
Parameters
| Type |
Name |
Description |
| System.Boolean |
defaultValue |
|
Properties
AllowChangeFont
Declaration
public bool AllowChangeFont { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AllowChangeFontColor
Declaration
public bool AllowChangeFontColor { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AllowChangeFontSize
Declaration
public bool AllowChangeFontSize { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AllowChangeLeading
Declaration
public bool AllowChangeLeading { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AllowChangeShadow
Declaration
public bool AllowChangeShadow { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AllowChangeStroke
Declaration
public bool AllowChangeStroke { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AllowChangeStrokeColor
Declaration
public bool AllowChangeStrokeColor { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AllowChangeText
Declaration
public bool AllowChangeText { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AllowChangeTextAlignment
Declaration
public bool AllowChangeTextAlignment { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AllowChangeTextBIU
Declaration
public bool AllowChangeTextBIU { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AllowTextFormatting
Declaration
public bool? AllowTextFormatting { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
Methods
Clone()
Declaration
public TextPermissions Clone()
Returns
Equals(TextPermissions)
Declaration
protected bool Equals(TextPermissions other)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
GetSimplifiedObject()
Declaration
public override object GetSimplifiedObject()
Returns
| Type |
Description |
| System.Object |
|
Overrides
BasePermissions.GetSimplifiedObject()
OnPropertyChanged(String)
Declaration
protected void OnPropertyChanged(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type |
Description |
| System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged