namespace VideoBrowser.Controls.AdornedControl
{
#region Enums
///
/// Specifies the placement of the adorner in related to the adorned control.
///
public enum AdornerPlacement
{
///
/// Defines the Inside.
///
Inside,
///
/// Defines the Outside.
///
Outside
}
#endregion Enums
}