Table of Contents

Enum Position

Namespace
LibVLCSharp.Shared
Assembly
LibVLCSharp.dll

Enumeration of values used to set position (e.g. of video title).

public enum Position

Fields

Bottom = 6

Bottom video title

BottomLeft = 7

BottomLeft video title

BottomRight = 8

BottomRight video title

Center = 0

Center video title

Disable = -1

Disable

Left = 1

Left video title

Right = 2

Right video title

Top = 3

Top video title

TopLeft = 4

TopLeft video title

TopRight = 5

TopRight video title