简体   繁体   中英

How can I get Appearance properties vlaues of my custom web part in sharepoint 2010

I am developing a web part, I created a custome properties and controls. but I need to read the width value in the Appearance group of the web part. how I can access to these values in codebehind ?

在WebPart类中,您可以仅使用其Width属性

Unit width = this.Width;

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM