Class ParagraphProperties
Represents the paragraph properties of a list level.
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.Lists
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class ParagraphProperties : PropertiesBase<ParagraphProperties>
Constructors
ParagraphProperties()
Declaration
public ParagraphProperties()
Properties
FirstLineIndent
Gets or sets the first line indent.
Declaration
public double FirstLineIndent { get; set; }
Property Value
System.Double
The first line indent. |
LeftIndent
Gets or sets the left indent.
Declaration
public double LeftIndent { get; set; }
Property Value
System.Double
The left indent. |
Methods
CopyFrom(ParagraphProperties)
Copies the text properties from other instance.
Declaration
public override void CopyFrom(ParagraphProperties other)
Parameters
ParagraphProperties
other
The other properties. |
Overrides
Telerik.Windows.Documents.Fixed.Model.Editing.PropertiesBase<Telerik.Windows.Documents.Fixed.Model.Editing.Lists.ParagraphProperties>.CopyFrom(Telerik.Windows.Documents.Fixed.Model.Editing.Lists.ParagraphProperties)