CoolWatermark
ContentsIndexHome
PreviousUpNext
IC.CoolWatermark.BrushStyle Enumeration

Specifies brush style applied to watermark text

C++
public: enum BrushStyle {
  Default = 0,
  Customize,
  RandomColors,
  LinearGradientLeft,
  LinearGradientRight,
  LinearGradientUp,
  LinearGradientDown
};
C#
public enum BrushStyle {
  Default = 0,
  Customize,
  RandomColors,
  LinearGradientLeft,
  LinearGradientRight,
  LinearGradientUp,
  LinearGradientDown
}
Visual Basic
Public Enum BrushStyle
  Default = 0,
  Customize,
  RandomColors,
  LinearGradientLeft,
  LinearGradientRight,
  LinearGradientUp,
  LinearGradientDown
End Enum
Members

Default
Default brush is System.Drawing.SolidBrush(Colors[0])
Customize
Customize the brush
RandomColors
Specifies a brush with random color
LinearGradientLeft
Specifies a brush with gradient color from Colors[0] to Colors[1] that shift from left to right
LinearGradientRight
Specifies a brush with gradient color from Colors[0] to Colors[1] that shift from right to left
LinearGradientUp
Specifies a brush with gradient color from Colors[0] to Colors[1] that shift from top to bottom
LinearGradientDown
Specifies a brush with gradient color from Colors[0] to Colors[1] that shift from bottom to top

Send comments about this topic.
Copyright (c) ImageComponent.NET 2006. All rights reserved.