Namespace > IC.PhotoController.Border Namespace > Structs, Records, Enums > BorderStyle Enumeration
PhotoController 2.2
ContentsIndexHome
PreviousUpNext
IC.PhotoController.Border.BorderStyle Enumeration

Specifies a border style of the photo

C++
public: enum BorderStyle {
  Arch = 0,
  Ball3D,
  BambooLeaf,
  Brick,
  Comb,
  Diamond,
  FlyingLeaf,
  HaloStar,
  Sawtooth,
  Silk
};
C#
public enum BorderStyle {
  Arch = 0,
  Ball3D,
  BambooLeaf,
  Brick,
  Comb,
  Diamond,
  FlyingLeaf,
  HaloStar,
  Sawtooth,
  Silk
}
Visual Basic
Public Enum BorderStyle
  Arch = 0,
  Ball3D,
  BambooLeaf,
  Brick,
  Comb,
  Diamond,
  FlyingLeaf,
  HaloStar,
  Sawtooth,
  Silk
End Enum
Members
Members 
Description 
Arch 
Specifies a border with arches  
Ball3D 
Specifies a border like 3d ball  
BambooLeaf 
Specifies a border like bamboo leaves  
Brick 
Specifies a border like brick  
Comb 
Specifies a border like honeycomb  
Diamond 
Specifies a border like diamond  
FlyingLeaf 
Specifies a border like flying leaves  
HaloStar 
Specifies a border like halo stars  
Sawtooth 
Specifies a border with sawtooth outlook  
Silk 
Specifies a border like silks  

Enum.cs

Send comments about this topic.
Copyright (c) 2008-2009 @ ImageComponent.NET. All rights reserved.