Velaptor.Content.IContentLoadable
Velaptor
Velaptor.Content
IContentLoadable Interface
Provides the ability to load content.
public interface IContentLoadable
Derived
↳ ControlBase
↳ IControl
Properties
IsLoaded
Gets a value indicating whether or not the content for an object is loaded.
bool IsLoaded { get; }
Property Value
Methods
LoadContent()
Loads the content for an object.
void LoadContent();
UnloadContent()
Unloads the content for an object.
void UnloadContent();