Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / Calculator.Operation Enumeration


In This Topic
    Calculator.Operation Enumeration
    In This Topic
    Value representing the operation.
    Syntax
    'Declaration
     
    Public Enum Calculator.Operation 
       Inherits System.Enum
    'Usage
     
    Dim instance As Calculator.Operation
    public enum Calculator.Operation : System.Enum 
    Members
    MemberDescription
    AddThe Add operation.
    ClearThe Clear operation.
    DivideThe Divide operation.
    FractionThe Fraction operation.
    MultiplyThe Multiply operation.
    NegateThe Negate operation.
    NoneNo operation.
    PercentThe Percent operation.
    SqrtThe Square Root operation.
    SubtractThe Subtract operation.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Wpf.Toolkit.Calculator.Operation

    Requirements

    See Also