Specifies the alignment of border on the drawing image.
public: enum BorderAlignment {
NONE = 0,
EAST = 1,
SOUTH = 2,
WEST = 4,
NORTH = 8,
ALL = 15
};public enum BorderAlignment {
NONE = 0,
EAST = 1,
SOUTH = 2,
WEST = 4,
NORTH = 8,
ALL = 15
}Public Enum BorderAlignment NONE = 0, EAST = 1, SOUTH = 2, WEST = 4, NORTH = 8, ALL = 15 End Enum
|
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.
|