点击或拖拽改变大小

Position 枚举

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

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public enum Position
成员
  成员名称说明
Disable-1 Disable
Center0 Center video title
Left1 Left video title
Right2 Right video title
Top3 Top video title
TopLeft4 TopLeft video title
TopRight5 TopRight video title
Bottom6 Bottom video title
BottomLeft7 BottomLeft video title
BottomRight8 BottomRight video title
参见