2.19.2 BaseColor


Description

Background color of the graphpage

Syntax

VB: Property Get/Let BaseColor As Integer
C++: int BaseColor
C#: int BaseColor

Remark

Examples

VB

    Sub BaseColor()
        Dim app As Origin.IOApplication
        Dim gp As Origin.GraphPage

        app = New Origin.ApplicationSI
        gp = app.GraphPages.Item(0) 'get first graphpage
        gp.BaseColor = &HF012 'change its background color
        gp.LongName = "Longlonglong"
    End Sub

Version Information

8.0SR2

See Also