Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class
Members


In This Topic
    MultiSideShape Class
    In This Topic
    Represents a multiple-sided shape object.
    Object Model
    MultiSideShape ClassPicture ClassIBorder InterfaceElements ClassPicture ClassPSGradient Class
    Syntax
    'Declaration
     
    Public Class MultiSideShape 
       Inherits PSShape
       Implements FarPoint.Win.IElement, FarPoint.Win.IElementEnhanced, FarPoint.Win.ISerializeSupportIPdfSupportPSObject 
    'Usage
     
    Dim instance As MultiSideShape
    public class MultiSideShape : PSShape, FarPoint.Win.IElement, FarPoint.Win.IElementEnhanced, FarPoint.Win.ISerializeSupportIPdfSupportPSObject  
    Remarks
    The number of sides must be at least 5 and cannot be more than 255.
    For details, see the Sides property.
    Inheritance Hierarchy

    System.Object
       FarPoint.Win.ElementWindowless
          FarPoint.Win.Spread.DrawingSpace.PSObject
             FarPoint.Win.Spread.DrawingSpace.PSShape
                FarPoint.Win.Spread.DrawingSpace.MultiSideShape

    See Also