CoolWatermark
ContentsIndexHome
PreviousUpNext
IC.CoolWatermark.EffectStyle Enumeration

Specifies effect style applied to watermark

C++
public: enum EffectStyle {
  Default = 0,
  BlockTopLeft,
  BlockTopRight,
  BlockBottomLeft,
  BlockBottomRight,
  BlockTop,
  BlockBottom,
  BlockLeft,
  BlockRight,
  Halo,
  Reflect,
  SolidHalo,
  TitleShadow
};
C#
public enum EffectStyle {
  Default = 0,
  BlockTopLeft,
  BlockTopRight,
  BlockBottomLeft,
  BlockBottomRight,
  BlockTop,
  BlockBottom,
  BlockLeft,
  BlockRight,
  Halo,
  Reflect,
  SolidHalo,
  TitleShadow
}
Visual Basic
Public Enum EffectStyle
  Default = 0,
  BlockTopLeft,
  BlockTopRight,
  BlockBottomLeft,
  BlockBottomRight,
  BlockTop,
  BlockBottom,
  BlockLeft,
  BlockRight,
  Halo,
  Reflect,
  SolidHalo,
  TitleShadow
End Enum
Members

Default
Without any effect
BlockTopLeft
Specifies the watermark has a block from left top. Distance is needed here to specify the block distance. Shadow is not available in this effect.
BlockTopRight
Specifies the watermark has a block from right top. Distance is needed here to specify the block distance. Shadow is not available in this effect.
BlockBottomLeft
Specifies the watermark has a block from left bottom. Distance is needed here to specify the block distance. Shadow is not available in this effect.
BlockBottomRight
Specifies the watermark has a block from right bottom. Distance is needed here to specify the block distance. Shadow is not available in this effect.
BlockTop
Specifies the watermark has a block from top. Distance is needed here to specify the block distance. Shadow is not available in this effect.
BlockBottom
Specifies the watermark has a block from bottom. Distance is needed here to specify the block distance. Shadow is not available in this effect.
BlockLeft
Specifies the watermark has a block from left. Distance is needed here to specify the block distance. Shadow is not available in this effect.
BlockRight
Specifies the watermark has a block from right. Distance is needed here to specify the block distance. Shadow is not available in this effect.
Halo
Specifies the watermark with a halo effect. Distant is needed here to specify the halo degree.
Reflect
Specifies the watermark with a reflect outlook, the reflected text is just sticked to the original text
SolidHalo
Specifies the watermark with a solid halo effect. Distand is needed here to specify the halo degree.
TitleShadow
Specifies the watermark with a title shadow, Shadow is not available in this effect. Not that perfect in any fontfamily and text

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