Appearance Example for Delphi

This example toggles the Appearance property.

   if (LEADRasterView1.Appearance = RASTERVIEW_APPEARANCE_FLAT )then
      LEADRasterView1.Appearance:= RASTERVIEW_APPEARANCE_THREED
   else
      LEADRasterView1.Appearance:= RASTERVIEW_APPEARANCE_FLAT;