Table of Contents

Class FileControl

Namespace
The.WPF.Controls
Assembly
Instagile.WPF.dll
public class FileControl : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
Inheritance
FileControl
Implements
Inherited Members

Fields

CurrentFilename

public string CurrentFilename

Field Value

string

FileProperty

public static readonly DependencyProperty FileProperty

Field Value

DependencyProperty

IsLoadingProperty

public static readonly DependencyProperty IsLoadingProperty

Field Value

DependencyProperty

SurfaceProperty

public static readonly DependencyProperty SurfaceProperty

Field Value

DependencyProperty

UpdateTask

public Task UpdateTask

Field Value

Task

Properties

File

public FileDocument File { get; set; }

Property Value

FileDocument

IsLoading

public bool IsLoading { get; set; }

Property Value

bool

Surface

public ISurface Surface { get; set; }

Property Value

ISurface

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

public override void OnApplyTemplate()

UpdateFileAsync(FileDocument)

public Task UpdateFileAsync(FileDocument file)

Parameters

file FileDocument

Returns

Task