Accusoft.ImagXpress13.Net
BorderType Property




Gets and sets the border type of the ImageXView object.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<ObsoleteAttribute()>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute()>
<DescriptionAttribute("Selects the window border type for the control.")>
Public Property BorderType As BorderType
'Usage
 
Dim instance As ImageXView
Dim value As BorderType
 
instance.BorderType = value
 
value = instance.BorderType
[BrowsableAttribute(false)]
[ObsoleteAttribute()]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
[DescriptionAttribute("Selects the window border type for the control.")]
public BorderType BorderType {get; set;}
[BrowsableAttribute(false)]
[ObsoleteAttribute()]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
[DescriptionAttribute("Selects the window border type for the control.")]
public: __property BorderType get_BorderType();
public: __property void set_BorderType( 
   BorderType value
);
[BrowsableAttribute(false)]
[ObsoleteAttribute()]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
[DescriptionAttribute("Selects the window border type for the control.")]
public:
property BorderType BorderType {
   BorderType get();
   void set (    BorderType value);
}

Property Value

The BorderType enumeration value set.
Remarks

The default value is BorderType.Inset.

See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback