Class PropertiesBase<T>
Represents base Properties class.
Inheritance
System.Object
PropertiesBase<T>
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.Documents.Fixed.Model.Editing
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public abstract class PropertiesBase<T>
where T : PropertiesBase<T>, new()
Type Parameters
T
|
Methods
CopyFrom(T)
Copies the text properties from other instance.
Declaration
public abstract void CopyFrom(T other)
Parameters
T
other
The other properties. |
Restore()
Restores the text properties.
Declaration
public void Restore()
Save()
Saves the text properties.
Declaration
public IDisposable Save()
Returns
System.IDisposable
|