Expression Editor for WinForms | ComponentOne
C1.Win.ExpressionEditor.UI Namespace / OperandsStyle Class
Members

In This Topic
    OperandsStyle Class
    In This Topic
    The OperandsStyle class contains display attributes that determine the appearance of operands elements on the screen.
    Syntax
    'Declaration
     
    
    Public Class OperandsStyle 
       Inherits BaseOperandsStyle
    public class OperandsStyle : BaseOperandsStyle 
    Inheritance Hierarchy

    System.Object
       C1.Win.C1Themes.StyledPropertyCollection
          C1.Win.C1Themes.BaseStyle
             C1.Win.C1Themes.BaseC1FrameworkStyle
                C1.Win.ExpressionEditor.UI.BaseStyle
                   C1.Win.ExpressionEditor.UI.BaseItemStyle
                      C1.Win.ExpressionEditor.UI.BaseOperandsStyle
                         C1.Win.ExpressionEditor.UI.OperandsStyle

    See Also