PowerTools SPREAD for Windows Forms 8.0J
PictureOrientation プロパティ (ElementWindowless)


要素のピクチャの向きを取得または設定します。
構文
'Declaration
 
Public Overridable Property PictureOrientation As PictureOrientation
'使用法
 
Dim instance As ElementWindowless
Dim value As PictureOrientation
 
instance.PictureOrientation = value
 
value = instance.PictureOrientation
public virtual PictureOrientation PictureOrientation {get; set;}

プロパティ値

ピクチャの向きを決定するPictureOrientation設定
解説

このプロパティは、ピクチャの向きを指定するときに設定します。表示するピクチャを指定するには、Pictureプロパティを使用します。

要素の内容の配置を指定するには、AlignHorzプロパティとAlignVertプロパティを使用します。

ピクチャの位置を操作するには、MarginTopMarginBottomMarginLeftMarginRightの各プロパティを設定します。

また、要素のピクチャとテキストの間の余白を指定するには、PictureMarginプロパティを設定します。

element.Picture = System.Drawing.Image.FromFile("d:\\mail16A.ico"); element.AlignText = FarPoint.Win.TextAlign.TextLeftPictRight; element.PictureMargin = 25; element.MarginBottom = 20; element.DrawFocusRectangle = FarPoint.Win.DrawFocusRectangle.AroundText; element.Border = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered,SystemColors.ControlLightLight,SystemColors.ControlDark,3,true,true,false,false); element.TextOrientation = FarPoint.Win.TextOrientation.TextTopDown; element.PictureOrientation = FarPoint.Win.PictureOrientation.PictureRotate90;
element.Picture = System.Drawing.Image.FromFile("d:\mail16A.ico") element.AlignText = FarPoint.Win.TextAlign.TextLeftPictRight element.PictureMargin = 25 element.MarginBottom = 20 element.DrawFocusRectangle = FarPoint.Win.DrawFocusRectangle.AroundText element.Border = New FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered,SystemColors.ControlLightLight,SystemColors.ControlDark,3,True,True,False,False) element.TextOrientation = FarPoint.Win.TextOrientation.TextTopDown element.PictureOrientation = FarPoint.Win.PictureOrientation.PictureRotate90
参照

ElementWindowless クラス
ElementWindowless メンバ
PictureOrientation 列挙体
AlignHorz プロパティ
AlignVert プロパティ
Picture プロパティ
MarginBottom プロパティ
MarginLeft プロパティ
MarginRight プロパティ
MarginTop プロパティ
PictureMargin プロパティ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.