Nevron .NET Vision
Nevron.Diagram Namespace / NUmlShape Class / Abstract Property


In This Topic
    Abstract Property (NUmlShape)
    In This Topic
    Gets/sets if the class is abstract.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("UML")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets if the class is abstract.")>
    <System.ComponentModel.DefaultValueAttribute(False)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property Abstract As System.Boolean
    'Usage
     
    
    Dim instance As NUmlShape
    Dim value As System.Boolean
     
    instance.Abstract = value
     
    value = instance.Abstract
    [System.ComponentModel.Category("UML")]
    [System.ComponentModel.Description("Gets/sets if the class is abstract.")]
    [System.ComponentModel.DefaultValue(false)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool Abstract {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also