Namespace > IC.PhotoController.Border Namespace > Structs, Records, Enums > BorderAlignment Enumeration
PhotoController 2.1
ContentsIndexHome
PreviousUpNext
IC.PhotoController.Border.BorderAlignment Enumeration

Specifies the alignment of border on the drawing image.

C++
public: enum BorderAlignment {
  NONE = 0,
  EAST = 1,
  SOUTH = 2,
  WEST = 4,
  NORTH = 8,
  ALL = 15
};
C#
public enum BorderAlignment {
  NONE = 0,
  EAST = 1,
  SOUTH = 2,
  WEST = 4,
  NORTH = 8,
  ALL = 15
}
Visual Basic
Public Enum BorderAlignment
  NONE = 0,
  EAST = 1,
  SOUTH = 2,
  WEST = 4,
  NORTH = 8,
  ALL = 15
End Enum
Members
Members 
Description 
NONE 
No alignment is specified  
EAST 
Border will be drawn on the east edge of the image  
SOUTH 
Border will be drawn on the south edge of the image  
WEST 
Border will be drawn on the west edge of the image  
NORTH 
Border will be drawn on the north edge of the image  
ALL 
Border will be drawn on all edges of the image  
Send comments about this topic.
Copyright (c) 2006-2007 @ ImageComponent.NET All rights reserved.