Skip to content
DummkopfOfHachtenduden edited this page Apr 12, 2016 · 2 revisions
    [Flags]
    public enum NewInterfaceStyle : uint
    {
        Center = 256,
        Right = 512,
                
        LineCenter = 65536, //Not really sure about this.
    }
Clone this wiki locally