Class SdtPictureContentGenerator
Represents ContentGenerator for picture content control.
Inherited Members
Namespace: Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class SdtPictureContentGenerator : SdtContentGenerator<PictureProperties>
Constructors
SdtPictureContentGenerator(PictureProperties)
Initializes a new instance of the SdtPictureContentGenerator class.
Declaration
public SdtPictureContentGenerator(PictureProperties properties)
Parameters
PictureProperties
properties
|
Properties
PlaceholderStyleName
Gets the name of the placeholder style
Declaration
public override string PlaceholderStyleName { get; }
Property Value
System.String
|
Overrides
Methods
GetContentFragmentOverride()
Generates the actual content fragment (non-placeholder).
Declaration
public override DocumentFragment GetContentFragmentOverride()
Returns
DocumentFragment
|
Overrides
GetPlaceholderFragment()
Generates a placeholder fragment for the structured document tag picture content.
Declaration
public override DocumentFragment GetPlaceholderFragment()
Returns
DocumentFragment
A DocumentFragment instance representing the placeholder fragment. |