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