[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.ImageAttach

ImageAttach Class

Defines attached properties to save an image stream in a BitmapImage object.

Inheritance
ImageAttach
Namespace: C1.WPF.RichTextBox
Assembly: C1.WPF.RichTextBox.4.6.2.dll
Syntax
public static class ImageAttach

Fields

Name Description
FormatProperty

Identifies the Format attached property.

HeightProperty

Identifies the Height attached property.

ImageTemplate

A DataTemplate that creates an Image control and binds its source.

StreamProperty

Identifies the Stream attached property.

WidthProperty

Identifies the Width attached property.

Methods

Name Description
GetFormat(DependencyObject)

Gets the value of the Format attached property for a given object.

GetStream(DependencyObject)

Gets the value of the Stream attached property for a given object.

SetFormat(DependencyObject, string)

Set the value of the Format attached property for a given object.

SetStream(DependencyObject, byte[])

Set the value of the Stream attached property for a given object.