Accusoft.ImagXpressSdk Namespace > ImageXView Class : BorderType Property |
'Declaration <ObsoleteAttribute()> <BrowsableAttribute(False)> <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
[Obsolete()] [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [DefaultValue()] [Description("Selects the window border type for the control.")] public BorderType BorderType {get; set;}
[Obsolete()] [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [DefaultValue()] [Description("Selects the window border type for the control.")] public: __property BorderType get_BorderType(); public: __property void set_BorderType( BorderType value );
[Obsolete()] [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [DefaultValue()] [Description("Selects the window border type for the control.")] public: property BorderType BorderType { BorderType get(); void set ( BorderType value); }
The default value is BorderType.Inset.