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

Specifies the background style for feather effect

C++
public: enum FeatherBackgroundStyle {
  UseColor = 0,
  UseBrush = 1,
  UseBitmap
};
C#
public enum FeatherBackgroundStyle {
  UseColor = 0,
  UseBrush = 1,
  UseBitmap
}
Visual Basic
Public Enum FeatherBackgroundStyle
  UseColor = 0,
  UseBrush = 1,
  UseBitmap
End Enum
Members
Members 
Description 
UseColor 
Specifies to use color as background  
UseBrush 
Specifies to use a customized brush to draw the background  
UseBitmap 
Specifies to use a tile bitmap as background  

Enum.cs

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