RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / ImageAttach Class / ImageTemplate Property

In This Topic
    ImageTemplate Property
    In This Topic
    A Windows.UI.Xaml.DataTemplate that creates an Windows.UI.Xaml.Controls.Image control and binds its source.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property ImageTemplate As DataTemplate
    public static DataTemplate ImageTemplate {get;}
    See Also