Defining the WPF Window Properties

Every window and control has a style that determines how it appears to the user. Define a window's style by choosing settings in the Window painter's Properties view.

A window's style encompasses its:

Note: As in PowerBuilder Classic, use the Properties view to define window properties. You can edit the properties in the XAML view as well, but editing the name in the XAML view may cause object corruption.
  1. Select the window object to display the window's properties in the Properties view.
  2. Choose the category appropriate to the property you want to specify.
    To specify the window's Choose
    Name, type, state, color, and whether a menu is associated with it PBGeneral
    Icon to represent the window when you minimize it PBGeneral
    Skin PBGeneral
    Transparency Appearance
    Position and size when it displays at runtime PBOther
    Default cursor whenever the mouse moves over the window PBOther
    Horizontal and vertical scroll bar placement PBScroll
    Toolbar placement PBToolbar