Class DocumentPartGalleryProperties
Represents the properties of a structured document tag of DocumentPartGallery type.
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.Flow.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class DocumentPartGalleryProperties : DocumentPartPropertiesBase, ISdtProperties
Constructors
DocumentPartGalleryProperties()
Initializes a new instance of the DocumentPartGalleryProperties class.
Declaration
public DocumentPartGalleryProperties()
DocumentPartGalleryProperties(DocumentPartGalleryProperties)
Initializes a new instance of the DocumentPartGalleryProperties class.
Declaration
public DocumentPartGalleryProperties(DocumentPartGalleryProperties properties)
Parameters
DocumentPartGalleryProperties
properties
|