Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / Wall Class / Border Property
Example


In This Topic
    Border Property (Wall)
    In This Topic
    Gets the border of the wall.
    Syntax
    'Declaration
     
    
    Public Property Border As Line
    'Usage
     
    
    Dim instance As Wall
    Dim value As Line
     
    instance.Border = value
     
    value = instance.Border
    public Line Border {get; set;}
    Example
    This example sets the Border property.
    See Also