Skip to content

Instantly share code, notes, and snippets.

@mikeumus
Created June 9, 2011 02:53
Show Gist options
  • Save mikeumus/1015958 to your computer and use it in GitHub Desktop.
Save mikeumus/1015958 to your computer and use it in GitHub Desktop.
Attempt as Cas
$this->howZoomPanel->Controls->Add($this->mdmLabel = new Label("MDM"));
$this->mdmLabel->CasSetLocation = $this->mdmLabelHolder->CasSetLocation(513, 13)
->CasCSSFontSize(17)
->CasHeight(14)
->CasCSSFontWeight('bold')
->CasColor('#777')
->CasOpacity(7)
->CasFont('Impact, Arial')
->CasCursor(Cursor::Move);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment