uidesigner/com.nokia.sdt.series60.componentlibrary/components/controls/CEikAlignedBase.component
author cawthron
Tue, 24 Mar 2009 22:20:21 -0500
changeset 2 d760517a8095
permissions -rw-r--r--
new
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
cawthron
parents:
diff changeset
     2
<!-- Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). -->
cawthron
parents:
diff changeset
     3
<!-- All rights reserved. -->
cawthron
parents:
diff changeset
     4
<!-- This component and the accompanying materials are made available -->
cawthron
parents:
diff changeset
     5
<!-- under the terms of the License "Eclipse Public License v1.0" -->
cawthron
parents:
diff changeset
     6
<!-- which accompanies this distribution, and is available -->
cawthron
parents:
diff changeset
     7
<!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
cawthron
parents:
diff changeset
     8
cawthron
parents:
diff changeset
     9
<componentDefinition xmlns="http://www.nokia.com/sdt/emf/component" 
cawthron
parents:
diff changeset
    10
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
cawthron
parents:
diff changeset
    11
	<enumPropertyDeclaration qualifiedName="com.nokia.sdt.symbian.CEikAligned.HorizontalAlignment">
cawthron
parents:
diff changeset
    12
cawthron
parents:
diff changeset
    13
		<enumElement value="EHLeft" displayValue="left"/>
cawthron
parents:
diff changeset
    14
		<enumElement value="EHCenter" displayValue="center"/>
cawthron
parents:
diff changeset
    15
		<enumElement value="EHRight" displayValue="right"/>
cawthron
parents:
diff changeset
    16
	</enumPropertyDeclaration>
cawthron
parents:
diff changeset
    17
	<enumPropertyDeclaration qualifiedName="com.nokia.sdt.symbian.CEikAligned.VerticalAlignment">
cawthron
parents:
diff changeset
    18
		<enumElement value="EVTop" displayValue="top"/>
cawthron
parents:
diff changeset
    19
		<enumElement value="EVCenter" displayValue="center"/>
cawthron
parents:
diff changeset
    20
		<enumElement value="EVBottom" displayValue="bottom"/>
cawthron
parents:
diff changeset
    21
	</enumPropertyDeclaration>
cawthron
parents:
diff changeset
    22
	
cawthron
parents:
diff changeset
    23
	<component baseComponent="com.nokia.sdt.series60.CCoeControlBase" 
cawthron
parents:
diff changeset
    24
		qualifiedName="com.nokia.sdt.symbian.CEikAlignedBase"
cawthron
parents:
diff changeset
    25
		abstract="true"
cawthron
parents:
diff changeset
    26
		version="1.0">
cawthron
parents:
diff changeset
    27
		<symbian sdkName="com.nokia.series60" minSDKVersion="2.0"  />
cawthron
parents:
diff changeset
    28
		<properties>
cawthron
parents:
diff changeset
    29
			<enumProperty category="Appearance" name="horiz_align" 
cawthron
parents:
diff changeset
    30
					type="com.nokia.sdt.symbian.CEikAligned.HorizontalAlignment"
cawthron
parents:
diff changeset
    31
					default="EHCenter"
cawthron
parents:
diff changeset
    32
					descriptionKey="horiz_alignDescription" />
cawthron
parents:
diff changeset
    33
			<enumProperty category="Appearance" name="vert_align" 
cawthron
parents:
diff changeset
    34
					type="com.nokia.sdt.symbian.CEikAligned.VerticalAlignment"
cawthron
parents:
diff changeset
    35
					default="EVTop"
cawthron
parents:
diff changeset
    36
					descriptionKey="vert_alignDescription" />
cawthron
parents:
diff changeset
    37
		</properties>
cawthron
parents:
diff changeset
    38
	</component>
cawthron
parents:
diff changeset
    39
</componentDefinition>