Accusoft.ImagXpressSdk Namespace > ImageXView Class : BorderType Property |
'Declaration <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <BrowsableAttribute(False)> <DefaultValueAttribute()> <DescriptionAttribute("Selects the window border type for the control.")> <ObsoleteAttribute()> Public Property BorderType As BorderType
'Usage Dim instance As ImageXView Dim value As BorderType instance.BorderType = value value = instance.BorderType
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Browsable(false)] [DefaultValue()] [Description("Selects the window border type for the control.")] [Obsolete()] public BorderType BorderType {get; set;}
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Browsable(false)] [DefaultValue()] [Description("Selects the window border type for the control.")] [Obsolete()] public: __property BorderType get_BorderType(); public: __property void set_BorderType( BorderType value );
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Browsable(false)] [DefaultValue()] [Description("Selects the window border type for the control.")] [Obsolete()] public: property BorderType BorderType { BorderType get(); void set ( BorderType value); }
The default value is BorderType.Inset.