Class HelperFillStyle
Fill Style Helper.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Utility.Windows.dll
Syntax
public class HelperFillStyle : IBaseHelper
Constructors
HelperFillStyle()
Initializes a new instance of the HelperFillStyle class.
Declaration
public HelperFillStyle()
Properties
BackColorTransparency
Gets or sets the back color transparency.
Declaration
public float BackColorTransparency { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The back color transparency. |
FillBkgnd
Gets or sets the fill background.
Declaration
public Color FillBkgnd { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The fill background. |
FillForegnd
Gets or sets the fill foreground.
Declaration
public Color FillForegnd { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The fill foreground. |
FillPattern
Gets or sets the fill pattern.
Declaration
public int FillPattern { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The fill pattern. |
ForeColorTransparency
Gets or sets the fore color transparency.
Declaration
public float ForeColorTransparency { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The fore color transparency. |
InheritedFrom
Gets or sets the inherited value.
Declaration
public int InheritedFrom { get; set; }
Property Value
Type |
---|
System.Int32 |
NoFill
Gets or sets a value indicating whether fill is needed.
Declaration
public bool NoFill { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
SearchFor
Gets the search.
Declaration
public string SearchFor { get; }
Property Value
Type |
---|
System.String |
ShdwBkgnd
Gets or sets the shadow background.
Declaration
public Color ShdwBkgnd { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The shadow background. |
ShdwBkgndTrans
Gets or sets the shadow background transformation.
Declaration
public float ShdwBkgndTrans { get; set; }
Property Value
Type |
---|
System.Single |
ShdwForegnd
Gets or sets the shadow foreground.
Declaration
public Color ShdwForegnd { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The shadow foreground. |
ShdwForegndTrans
Gets or sets the shadow foregnd transformation.
Declaration
public float ShdwForegndTrans { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The SHDshadowW foreground transformation. |
ShdwOffsetX
Gets or sets the shadow x offset.
Declaration
public int ShdwOffsetX { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The shadow offset X. |
ShdwOffsetY
Gets or sets the shadow y offset.
Declaration
public int ShdwOffsetY { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The shadow offset Y. |
ShdwPattern
Gets or sets the shadow pattern.
Declaration
public int ShdwPattern { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The shadow pattern. |
Methods
Appliable(Int32)
Appliables the specified appliable one.
Declaration
public void Appliable(int nAppliable)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | nAppliable | Appliable one. |
ApplyStyle(INode)
Applies the style.
Declaration
public void ApplyStyle(INode node)
Parameters
Type | Name | Description |
---|---|---|
INode | node | The node. |
Inherit(IBaseHelper)
Returns StyleSheet ID to inherit from
Declaration
public int Inherit(IBaseHelper hlpFromm)
Parameters
Type | Name | Description |
---|---|---|
IBaseHelper | hlpFromm | The base helper. |
Returns
Type | Description |
---|---|
System.Int32 | The helper value. |