Class DocumentListDecoration
Inherited Members
Namespace: Telerik.Windows.Documents.UI.Layers.ParagraphDecorationLayers
Assembly: Telerik.Windows.Documents.dll
Syntax
public class DocumentListDecoration : DecorationUILayerBase, IUILayer
Constructors
DocumentListDecoration()
Declaration
public DocumentListDecoration()
Properties
Name
Declaration
public override string Name { get; }
Property Value
System.String
|
Overrides
Methods
CreateNewBullet(ParagraphLayoutBox, UILayerUpdateContext)
Declaration
public void CreateNewBullet(ParagraphLayoutBox paragraphBox, UILayerUpdateContext context)
Parameters
ParagraphLayoutBox
paragraphBox
|
UILayerUpdateContext
context
|
UpdateUIViewPortOverride(UILayerUpdateContext)
Declaration
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
Parameters
UILayerUpdateContext
context
|