ArcFM Desktop Developer Guide
BorderStyle3D Property


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

This property sets the border style on the control. Set the value to "Flat" for no border.
Syntax
'Declaration
 
<BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<CategoryAttribute("Collapsing Options")>
<DefaultValueAttribute()>
<DescriptionAttribute("An optional border style to paint on the control. Set to Flat for no border")>
Public Property BorderStyle3D As Border3DStyle
'Usage
 
Dim instance As CollapsibleSplitter
Dim value As Border3DStyle
 
instance.BorderStyle3D = value
 
value = instance.BorderStyle3D
[Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
[Category("Collapsing Options")]
[DefaultValue()]
[Description("An optional border style to paint on the control. Set to Flat for no border")]
public Border3DStyle BorderStyle3D {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

CollapsibleSplitter Class
CollapsibleSplitter Members

 

 


Send Comment