Xceed Chart for WinForms v4.4 Documentation
UseCustomSize Property


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace > Watermark Class : UseCustomSize Property
Whether or not the watermark will be displayed with custom size.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("Dimensions")>
<DescriptionAttribute("Whether or not the watermark will be displayed with custom size.")>
Public Property UseCustomSize As Boolean
'Usage
 
Dim instance As Watermark
Dim value As Boolean
 
instance.UseCustomSize = value
 
value = instance.UseCustomSize
[DefaultValue()]
[Category("Dimensions")]
[Description("Whether or not the watermark will be displayed with custom size.")]
public bool UseCustomSize {get; set;}
Remarks
When set to true the watermark will have the dimensions set to the CustomSize property. Otherwise the watermark will render with dimensions best for the current fill effects.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Watermark Class
Watermark Members