IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

Alignment.cs File Reference

Classes

struct  IG::Lib::Alignment
 Defines alignment (vertical and horizontal) of some object. More...

Namespaces

namespace  IG::Lib

Enumerations

enum  IG::Lib::AlignmentHorizontal { IG::Lib::None = 0, IG::Lib::Left = 1, IG::Lib::Right = 2, IG::Lib::Centered = 4 }
 

Defines horizontal alignment of some object.

More...
enum  IG::Lib::AlignmentVertical { IG::Lib::None = 0, IG::Lib::Bottom = 1, IG::Lib::Top = 2, IG::Lib::Middle = 4 }
 

Defines vertical Alignment of some object.

More...
 All Classes Namespaces Files Functions Variables Enumerations Properties Events